Browse Source

ARM: dts: i.MX51: Add one more I2C2 pinmux entry

This adds one more I2C2 alternate pinmux entry.
GPIO1_2 <=> SCL
GPIO1_3 <=> SDA

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Alexander Shiyan 12 years ago
parent
commit
10ed76d706
1 changed files with 7 additions and 0 deletions
  1. 7 0
      arch/arm/boot/dts/imx51.dtsi

+ 7 - 0
arch/arm/boot/dts/imx51.dtsi

@@ -622,6 +622,13 @@
 				MX51_PAD_EIM_D24__I2C2_SDA 0x400001ed
 			>;
 		};
+
+		pinctrl_i2c2_3: i2c2grp-3 {
+			fsl,pins = <
+				MX51_PAD_GPIO1_2__I2C2_SCL 0x400001ed
+				MX51_PAD_GPIO1_3__I2C2_SDA 0x400001ed
+			>;
+		};
 	};
 
 	ipu_disp1 {