summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx31-bug.dts
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2012-12-31 03:32:48 (GMT)
committerShawn Guo <shawn.guo@linaro.org>2013-02-10 15:25:42 (GMT)
commitbe4ccfcec3e958ef1eae59430e9962a514f34681 (patch)
treea46936784c1fb1b040469b126052c7432805887f /arch/arm/boot/dts/imx31-bug.dts
parent8ba472357a87503df2214ddc0270706ae34da4a1 (diff)
downloadlinux-fsl-qoriq-be4ccfcec3e958ef1eae59430e9962a514f34681.tar.xz
ARM: dts: imx: use nodes label in board dts
Following omap3-evm.dts way, it changes all imx dts files to use label in board dts to refer to nodes defined by soc dtsi. Thus, the board dts files become easier to read and edit with the least indentation levels. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx31-bug.dts')
-rw-r--r--arch/arm/boot/dts/imx31-bug.dts12
1 files changed, 4 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/imx31-bug.dts b/arch/arm/boot/dts/imx31-bug.dts
index 7f67402..9ac6f6b 100644
--- a/arch/arm/boot/dts/imx31-bug.dts
+++ b/arch/arm/boot/dts/imx31-bug.dts
@@ -19,13 +19,9 @@
memory {
reg = <0x80000000 0x8000000>; /* 128M */
};
+};
- soc {
- aips@43f00000 { /* AIPS1 */
- uart5: serial@43fb4000 {
- fsl,uart-has-rtscts;
- status = "okay";
- };
- };
- };
+&uart5 {
+ fsl,uart-has-rtscts;
+ status = "okay";
};