]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 ea16054857a497e4794167402d4a0a456f2f378f..231808201efb0396f1167b460e22863b6ae807f2 100644 (file)
 
        aliases {
                ethernet0 = &emac;
+               serial0 = &uart0;
+               serial1 = &uart1;
+               serial2 = &uart2;
+               serial3 = &uart3;
        };
 
        cpus {