diff mbox

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

Message ID 1431452235-11692-3-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/r8a7791-koelsch.dts | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index e9c24036f00027c9..c1cd047173b6aed7 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -50,6 +50,22 @@ 
 	aliases {
 		serial0 = &scif0;
 		serial1 = &scif1;
+		serial2 = &scif2;
+		serial3 = &scif3;
+		serial4 = &scif4;
+		serial5 = &scif5;
+		serial6 = &scifa0;
+		serial7 = &scifa1;
+		serial8 = &scifa2;
+		serial9 = &scifa3;
+		serial10 = &scifa4;
+		serial11 = &scifa5;
+		serial12 = &scifb0;
+		serial13 = &scifb1;
+		serial14 = &scifb2;
+		serial15 = &hscif0;
+		serial16 = &hscif1;
+		serial17 = &hscif2;
 	};
 
 	chosen {