diff mbox

[PATCH/RFC,01/12] ARM: shmobile: armadillo dts: Add aliases for all serial ports

Message ID 1431452235-11692-2-git-send-email-geert+renesas@glider.be (mailing list archive)
State RFC
Headers show

Commit Message

Geert Uytterhoeven May 12, 2015, 5:37 p.m. UTC
Add aliases for the remaining serial ports that don't already have an
alias.

This is a temporary workaround, until of_alias_add() is called when
loading a device tree overlay that adds an alias.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
index 2e31d8c01cbf6a74..e51ad203be73dcdb 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
@@ -20,7 +20,15 @@ 
 	compatible = "renesas,armadillo800eva", "renesas,r8a7740";
 
 	aliases {
+		serial0 = &scifa0;
 		serial1 = &scifa1;
+		serial2 = &scifa2;
+		serial3 = &scifa3;
+		serial4 = &scifa4;
+		serial5 = &scifa5;
+		serial6 = &scifa6;
+		serial7 = &scifa7;
+		serial8 = &scifb;
 	};
 
 	chosen {