On 19/12/2019 19:36, Jerome Brunet wrote: > Add dv18 i2c C pins on the gxl SoC > > Signed-off-by: Jerome Brunet <jbru...@baylibre.com> > --- > arch/arm/dts/meson-gxl.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/dts/meson-gxl.dtsi b/arch/arm/dts/meson-gxl.dtsi > index d5c3d78aafeb..4ef11e5381d8 100644 > --- a/arch/arm/dts/meson-gxl.dtsi > +++ b/arch/arm/dts/meson-gxl.dtsi > @@ -511,6 +511,15 @@ > }; > }; > > + i2c_c_dv18_pins: i2c_c_dv18 { > + mux { > + groups = "i2c_sck_c_dv19", > + "i2c_sda_c_dv18"; > + function = "i2c_c"; > + bias-disable; > + }; > + }; > + > eth_pins: eth_c { > mux { > groups = "eth_mdio", >
For this one and the next one, I'll prefer a sync of Linux DT from a stable tag, either from Linux tree, or Kevin's arm-soc PR. Neil