ARM: sun5i: a13: Add missing serial aliases
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 13 Jan 2014 10:08:47 +0000 (11:08 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 3 Feb 2014 12:45:26 +0000 (13:45 +0100)
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 <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun5i-a13.dtsi

index 320335abfccd763118408f3f836c0fba39ca6f69..6de40b6abff48f99fe9596f2df1099cd88533edd 100644 (file)
 / {
        interrupt-parent = <&intc>;
 
+       aliases {
+               serial0 = &uart1;
+               serial1 = &uart3;
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;