summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Jones2012-10-08 10:19:31 +0200
committerLee Jones2012-11-01 13:02:21 +0100
commitd6fea1e03e0531fb55d4fc590ee136c17fcd139c (patch)
treed4fa88b4426860e78fe61829dd345314e11b3d3d
parentARM: ux500: Add support for ST-Ericsson's u9540 SoC (diff)
downloadkernel-qcow2-linux-d6fea1e03e0531fb55d4fc590ee136c17fcd139c.tar.gz
kernel-qcow2-linux-d6fea1e03e0531fb55d4fc590ee136c17fcd139c.tar.xz
kernel-qcow2-linux-d6fea1e03e0531fb55d4fc590ee136c17fcd139c.zip
ARM: ux500: Add UART support to the u9540 Device Tree
Add the 3 UART nodes required to enable serial ports on the u9540. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--arch/arm/boot/dts/u9540.dts13
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/u9540.dts b/arch/arm/boot/dts/u9540.dts
index 0a66f34a976f..28efe2088552 100644
--- a/arch/arm/boot/dts/u9540.dts
+++ b/arch/arm/boot/dts/u9540.dts
@@ -21,6 +21,17 @@
};
soc-u9500 {
- };
+ uart@80120000 {
+ status = "okay";
+ };
+
+ uart@80121000 {
+ status = "okay";
+ };
+
+ uart@80007000 {
+ status = "okay";
+ };
+ };
};