On Sun, Aug 11, 2019 at 5:05 PM Bhushan Shah <bshah@xxxxxxx> wrote: > > i2c0 bus is exposed by PI-2 BUS in the PineH64, model B. > > Signed-off-by: Bhushan Shah <bshah@xxxxxxx> > --- > arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts > index 684d1daa3081..a184361bc10d 100644 > --- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts > +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts > @@ -160,6 +160,14 @@ > vcc-pg-supply = <®_aldo1>; > }; > > +&i2c0 { > + status = "okay"; We don't enable interfaces that are exposed on the extension headers by default. Instead we let the users enable it themselves, by modifying the device tree either with overlays or through U-boot commands. Please set this to "disabled", and add a comment mentioning that it is on the PI-2 BUS. Having it explicitly listed in the source serves as a pointer to people looking at how to enable stuff. ChenYu > +}; > + > +&i2c0_pins { > + bias-pull-up; > +}; > + > &r_i2c { > status = "okay"; > > -- > 2.17.1 >