From: Maxime Ripard Date: Mon, 13 Jan 2014 10:08:47 +0000 (+0100) Subject: ARM: sun5i: a13: Add missing serial aliases X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0cc774ef2524ec54e9d2db8771ba3739cb8ebc99;p=linux-beck.git ARM: sun5i: a13: 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 --- diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi index 320335abfccd..6de40b6abff4 100644 --- a/arch/arm/boot/dts/sun5i-a13.dtsi +++ b/arch/arm/boot/dts/sun5i-a13.dtsi @@ -16,6 +16,11 @@ / { interrupt-parent = <&intc>; + aliases { + serial0 = &uart1; + serial1 = &uart3; + }; + cpus { #address-cells = <1>; #size-cells = <0>;