diff options
author | Maxime Ripard <[email protected]> | 2014-01-02 22:05:04 +0100 |
---|---|---|
committer | Maxime Ripard <[email protected]> | 2014-02-03 13:45:22 +0100 |
commit | 54428d4025c2ce1f26bd6f677edaa7170a974787 (patch) | |
tree | 807e15c1a592c15e661cf86b5835a8cb75976df3 | |
parent | 4dd4065f80ccd09e336388e7ff8e3a4a1dcf8e83 (diff) |
ARM: sun6i: Add missing serial aliases
Some UART aliases have been defined, but not all of them. Add the remaining
ones to be consistent and to ease the parsing of the DT by the bootloaders.
Signed-off-by: Maxime Ripard <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index 5256ad9be52c..092bf97c3005 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi @@ -16,6 +16,16 @@ / { interrupt-parent = <&gic>; + aliases { + serial0 = &uart0; + serial1 = &uart1; + serial2 = &uart2; + serial3 = &uart3; + serial4 = &uart4; + serial5 = &uart5; + }; + + cpus { #address-cells = <1>; #size-cells = <0>; |