ARM: dts: gta04: define chosen/stdout-path
authorH. Nikolaus Schaller <hns@goldelico.com>
Mon, 8 Jul 2019 14:46:04 +0000 (16:46 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 13 Aug 2019 11:47:15 +0000 (04:47 -0700)
This allows to remove the console= entry in the kernel command line.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-gta04.dtsi

index b295f6f..d01fc87 100644 (file)
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
 
+       chosen {
+               stdout-path = &uart3;
+       };
+
        aliases {
                display0 = &lcd;
                display1 = &tv0;