diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-08-31 10:00:40 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-03 07:02:26 -0400 |
commit | de7e934f2bd27e2636946600e4335c929fae3c87 (patch) | |
tree | c4b19fc4be92e5d1b9d20c1fa517f10668ca39e4 | |
parent | 8495a24386d3b1f0cfd17fd42e4c3ad80d88edbb (diff) |
ARM: dts: mxs: Add I2C1 muxing options for imx28
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 5f9dbea7e6a5..a9bda8e2ecca 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -421,6 +421,17 @@ | |||
421 | fsl,pull-up = <1>; | 421 | fsl,pull-up = <1>; |
422 | }; | 422 | }; |
423 | 423 | ||
424 | i2c1_pins_a: i2c1@0 { | ||
425 | reg = <0>; | ||
426 | fsl,pinmux-ids = < | ||
427 | 0x3101 /* MX28_PAD_PWM0__I2C1_SCL */ | ||
428 | 0x3111 /* MX28_PAD_PWM1__I2C1_SDA */ | ||
429 | >; | ||
430 | fsl,drive-strength = <1>; | ||
431 | fsl,voltage = <1>; | ||
432 | fsl,pull-up = <1>; | ||
433 | }; | ||
434 | |||
424 | saif0_pins_a: saif0@0 { | 435 | saif0_pins_a: saif0@0 { |
425 | reg = <0>; | 436 | reg = <0>; |
426 | fsl,pinmux-ids = < | 437 | fsl,pinmux-ids = < |