diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2013-04-09 13:18:47 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 04:04:13 -0400 |
commit | c60dc1d1bf1cbed9f5e62a17db8c46631a5521e4 (patch) | |
tree | e81edf08fff1bd1cee0603027b1bf6c4b437ef79 | |
parent | 08f4881a4c1648e5e688199d47ec7ecf82474b71 (diff) |
ARM i.MX53: dts: add i2c aliases
This allows to order the i2c character devices correctly,
so that /dev/i2c-0 corresponds to i2c1, /dev/i2c-1 corresponds
to i2c2, and so on. Currently they are ordered by register
address.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 3aa08f0fda17..db2519eb7d33 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi | |||
@@ -27,6 +27,9 @@ | |||
27 | gpio4 = &gpio5; | 27 | gpio4 = &gpio5; |
28 | gpio5 = &gpio6; | 28 | gpio5 = &gpio6; |
29 | gpio6 = &gpio7; | 29 | gpio6 = &gpio7; |
30 | i2c0 = &i2c1; | ||
31 | i2c1 = &i2c2; | ||
32 | i2c2 = &i2c3; | ||
30 | }; | 33 | }; |
31 | 34 | ||
32 | tzic: tz-interrupt-controller@0fffc000 { | 35 | tzic: tz-interrupt-controller@0fffc000 { |