caa5d15874634e991d7117b4ac8def1807156ce6
[openwrt/openwrt.git] / target / linux / sunxi / patches-3.14 / 100-dt-sun4i-add-missing-serial-aliases.patch
1 From b25983b215e889447ae670a158b1af5e7f253091 Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime.ripard@free-electrons.com>
3 Date: Thu, 2 Jan 2014 22:05:04 +0100
4 Subject: [PATCH] ARM: sun4i: a10: Add missing serial aliases
5
6 Some UART aliases have been defined, but not all of them. Add the remaining
7 ones to be consistent and to ease the parsing of the DT by the bootloaders.
8
9 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
10 ---
11 arch/arm/boot/dts/sun4i-a10.dtsi | 6 ++++++
12 1 file changed, 6 insertions(+)
13
14 --- a/arch/arm/boot/dts/sun4i-a10.dtsi
15 +++ b/arch/arm/boot/dts/sun4i-a10.dtsi
16 @@ -19,6 +19,12 @@
17 ethernet0 = &emac;
18 serial0 = &uart0;
19 serial1 = &uart1;
20 + serial2 = &uart2;
21 + serial3 = &uart3;
22 + serial4 = &uart4;
23 + serial5 = &uart5;
24 + serial6 = &uart6;
25 + serial7 = &uart7;
26 };
27
28 cpus {