diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-10-08 09:19:31 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2012-11-20 16:10:45 +0000 |
commit | cc3ad84aa00189d557c90f736f51573842ab452a (patch) | |
tree | 1e732ec2155143c66798009aa8d09567fe3597a4 /arch/arm/boot | |
parent | 0c32e98fbcbb4002142988e56b6bc387494e783e (diff) | |
download | talos-obmc-linux-cc3ad84aa00189d557c90f736f51573842ab452a.tar.gz talos-obmc-linux-cc3ad84aa00189d557c90f736f51573842ab452a.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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/u9540.dts | 13 |
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"; + }; + }; }; |