Re: [PATCH v2 3/3] arm64: allwinner: h6: add i2c0 node in PineH64

2019-08-16 Thread Bhushan Shah
On Fri, Aug 16, 2019 at 09:52:11AM +0200, Maxime Ripard wrote: > > +/* This i2c interface is exposed on PI-2 BUS, Pin 3 (I2C_SDA) and 5 > > (I2C_SCL) */ > > +&i2c0 { > > + status = "disabled"; > > +}; > > This property is set to disabled in the DTSI already I added this node here with disabled

Re: [PATCH v2 3/3] arm64: allwinner: h6: add i2c0 node in PineH64

2019-08-16 Thread Maxime Ripard
65;5603;1c On Fri, Aug 16, 2019 at 12:17:10PM +0530, Bhushan Shah wrote: > i2c0 bus is exposed by PI-2 BUS in the PineH64, model B. > > Signed-off-by: Bhushan Shah > --- > Changes in v2: > - Don't enable the i2c0 node in PineH64 by default > > arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dt

[PATCH v2 3/3] arm64: allwinner: h6: add i2c0 node in PineH64

2019-08-15 Thread Bhushan Shah
i2c0 bus is exposed by PI-2 BUS in the PineH64, model B. Signed-off-by: Bhushan Shah --- Changes in v2: - Don't enable the i2c0 node in PineH64 by default arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/allw