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@xxxxxxxxx> --- arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 8 ++++++++ 1 file changed, 8 insertions(+) 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 { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html