Skip to content

Commit

Permalink
ARM: dts: mxs: Add I2C1 muxing options for imx28
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Maxime Ripard authored and Shawn Guo committed Sep 3, 2012
1 parent 8495a24 commit de7e934
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm/boot/dts/imx28.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,17 @@
fsl,pull-up = <1>;
};

i2c1_pins_a: i2c1@0 {
reg = <0>;
fsl,pinmux-ids = <
0x3101 /* MX28_PAD_PWM0__I2C1_SCL */
0x3111 /* MX28_PAD_PWM1__I2C1_SDA */
>;
fsl,drive-strength = <1>;
fsl,voltage = <1>;
fsl,pull-up = <1>;
};

saif0_pins_a: saif0@0 {
reg = <0>;
fsl,pinmux-ids = <
Expand Down

0 comments on commit de7e934

Please sign in to comment.