On Thu, Aug 23, 2012 at 10:42:29AM +0200, Maxime Ripard wrote: > Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx> > Cc: Brian Lilly <brian@xxxxxxxxxxxxxxxx> > --- > arch/arm/boot/dts/imx28.dtsi | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi > index 787efac..f6ffcd9 100644 > --- a/arch/arm/boot/dts/imx28.dtsi > +++ b/arch/arm/boot/dts/imx28.dtsi > @@ -410,6 +410,17 @@ > fsl,pull-up = <1>; > }; > > + i2c0_pins_b: i2c0@1 { > + reg = <1>; > + fsl,pinmux-ids = < > + 0x3001 /* MX28_PAD_AUART0_RX__DUART_CTS */ > + 0x3011 /* MX28_PAD_AUART0_TX__DUART_RTS */ The comments are wrong. I fixed them as below and applied the patch. 0x3001 /* MX28_PAD_AUART0_RX__I2C0_SCL */ 0x3011 /* MX28_PAD_AUART0_TX__I2C0_SDA */ Regards, Shawn > + >; > + fsl,drive-strength = <1>; > + fsl,voltage = <1>; > + fsl,pull-up = <1>; > + }; > + > saif0_pins_a: saif0@0 { > reg = <0>; > fsl,pinmux-ids = < > -- > 1.7.9.5 > -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html