aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-03-07 12:35:04 -0500
committerArnd Bergmann <arnd@arndb.de>2012-03-16 15:48:46 -0400
commit4905af0e13a665da5f72d2629e93161ba781d03b (patch)
treede661eb4c83a2e70b3c553a02d563f94a882aa5b /arch/arm/boot
parentdab6487e35680ac5043c58a60554c49052276f5e (diff)
ARM: ux500: Enable PL011 AMBA UART Controller for Device Tree
Enables the 3 UARTs found on a u8500 using DT. Acked-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/snowball.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts
index 34bfd79fb07..359c6d67915 100644
--- a/arch/arm/boot/dts/snowball.dts
+++ b/arch/arm/boot/dts/snowball.dts
@@ -96,6 +96,18 @@
96 status = "enabled"; 96 status = "enabled";
97 }; 97 };
98 98
99 uart@80120000 {
100 status = "okay";
101 };
102
103 uart@80121000 {
104 status = "okay";
105 };
106
107 uart@80007000 {
108 status = "okay";
109 };
110
99 i2c@80004000 { 111 i2c@80004000 {
100 tc3589x@42 { 112 tc3589x@42 {
101 //compatible = "tc3589x"; 113 //compatible = "tc3589x";