ARM: dts: iwg22d: Use /dev/ttySC3 as debug console
authorFabrizio Castro <fabrizio.castro@bp.renesas.com>
Mon, 23 Oct 2017 17:09:22 +0000 (18:09 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 27 Nov 2017 10:39:47 +0000 (11:39 +0100)
The BSP release from iWave uses /dev/ttySC3 as debug console, this patch
renames the alias accordingly for compatibility.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts

index 52153ec..edadeee 100644 (file)
        compatible = "iwave,g22d", "iwave,g22m", "renesas,r8a7745";
 
        aliases {
-               serial0 = &scif4;
+               serial3 = &scif4;
                ethernet0 = &avb;
        };
 
        chosen {
                bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
-               stdout-path = "serial0:115200n8";
+               stdout-path = "serial3:115200n8";
        };
 
        vccq_sdhi0: regulator-vccq-sdhi0 {