]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: ux500: Add UART support to the u9540 Device Tree
authorLee Jones <lee.jones@linaro.org>
Mon, 8 Oct 2012 08:19:31 +0000 (09:19 +0100)
committerLee Jones <lee.jones@linaro.org>
Tue, 20 Nov 2012 16:10:45 +0000 (16:10 +0000)
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>
arch/arm/boot/dts/u9540.dts

index 0a66f34a976f4c638423f76540a8aaac91ca3bd2..28efe2088552ce7c00556b9e2adda21aabe658f5 100644 (file)
        };
 
        soc-u9500 {
-       };
 
+               uart@80120000 {
+                       status = "okay";
+               };
+
+               uart@80121000 {
+                       status = "okay";
+               };
+
+               uart@80007000 {
+                       status = "okay";
+               };
+       };
 };