Skip to content

Commit

Permalink
ARM: dts: mxs: Add alternative I2C 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>
Cc: Brian Lilly <brian@crystalfontz.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Maxime Ripard authored and Shawn Guo committed Aug 25, 2012
1 parent ba5db49 commit 5c697ea
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 @@ -410,6 +410,17 @@
fsl,pull-up = <1>;
};

i2c0_pins_b: i2c0@1 {
reg = <1>;
fsl,pinmux-ids = <
0x3001 /* MX28_PAD_AUART0_RX__I2C0_SCL */
0x3011 /* MX28_PAD_AUART0_TX__I2C0_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 5c697ea

Please sign in to comment.