diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2013-06-25 15:51:56 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-22 17:28:36 +0200 |
commit | cf4e577e98832ef792626c6ace6cad6af7ad55ea (patch) | |
tree | 267505ba40b5d4392e617897eb891e7e6eda6d5a /arch/arm/boot/dts/imx53.dtsi | |
parent | ARM: dts: i.MX51: Add i2c and spi aliases (diff) | |
download | linux-cf4e577e98832ef792626c6ace6cad6af7ad55ea.tar.xz linux-cf4e577e98832ef792626c6ace6cad6af7ad55ea.zip |
ARM: dts: i.MX53: Add i2c and spi aliases
This allows to order the i2c and spi devices correctly.
While at it reorder the aliases entries alphabetically.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx53.dtsi | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx53.dtsi b/arch/arm/boot/dts/imx53.dtsi index 42f4456b83be..d437bfb4dbde 100644 --- a/arch/arm/boot/dts/imx53.dtsi +++ b/arch/arm/boot/dts/imx53.dtsi @@ -15,11 +15,6 @@ / { aliases { - serial0 = &uart1; - serial1 = &uart2; - serial2 = &uart3; - serial3 = &uart4; - serial4 = &uart5; gpio0 = &gpio1; gpio1 = &gpio2; gpio2 = &gpio3; @@ -30,6 +25,14 @@ i2c0 = &i2c1; i2c1 = &i2c2; i2c2 = &i2c3; + serial0 = &uart1; + serial1 = &uart2; + serial2 = &uart3; + serial3 = &uart4; + serial4 = &uart5; + spi0 = &ecspi1; + spi1 = &ecspi2; + spi2 = &cspi; }; tzic: tz-interrupt-controller@0fffc000 { |