diff options
| author | Marek Vasut <[email protected]> | 2013-04-21 23:30:03 +0200 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2013-06-17 16:04:14 +0800 |
| commit | d797471437cdfe99858e50a15bb70219cc10b8e5 (patch) | |
| tree | 4127588d6d2717d5abe70ea1ac7c5aa0a492df95 | |
| parent | 0f14ac4e26b366a9c0562286de788ddbb3e9cd09 (diff) | |
ARM: mx5: Add I2C1 pinctrl data
This patch adds pinctrl data for different mux of I2C1 on MX53.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index c32db8ddb4ef..5d6fcd74881a 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -474,6 +474,13 @@ MX53_PAD_CSI0_DAT9__I2C1_SCL 0xc0000000 >; }; + + pinctrl_i2c1_2: i2c1grp-2 { + fsl,pins = < + MX53_PAD_EIM_D21__I2C1_SCL 0xc0000000 + MX53_PAD_EIM_D28__I2C1_SDA 0xc0000000 + >; + }; }; i2c2 { |