ARM: sun5i: a10s: Add missing serial aliases
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 2 Jan 2014 21:05:04 +0000 (22:05 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 3 Feb 2014 12:45:21 +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-a10s.dtsi

index ea16054..2318082 100644 (file)
 
        aliases {
                ethernet0 = &emac;
+               serial0 = &uart0;
+               serial1 = &uart1;
+               serial2 = &uart2;
+               serial3 = &uart3;
        };
 
        cpus {