projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c32e98
)
ARM: ux500: Add UART support to the u9540 Device Tree
author
Lee Jones
<lee.jones@linaro.org>
Mon, 8 Oct 2012 08:19:31 +0000
(09:19 +0100)
committer
Lee 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/u9540.dts
b/arch/arm/boot/dts/u9540.dts
index
0a66f34
..
28efe20
100644
(file)
--- 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";
+ };
+ };
};