board: MCR3000: migrate to DM_SERIAL
authorChristophe Leroy <christophe.leroy@c-s.fr>
Wed, 21 Nov 2018 08:51:51 +0000 (08:51 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 3 Dec 2018 15:44:10 +0000 (10:44 -0500)
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
arch/powerpc/dts/mcr3000.dts
configs/MCR3000_defconfig

index ef423d7..5abf111 100644 (file)
        WDT: watchdog@0 {
                compatible = "fsl,pq1-wdt";
        };
+       SERIAL: smc@0 {
+               compatible = "fsl,pq1-smc";
+       };
+
+       chosen {
+               stdout-path = &SERIAL;
+       };
 };
index 2e79425..33c6073 100644 (file)
@@ -79,3 +79,4 @@ CONFIG_OF_CONTROL=y
 CONFIG_DEFAULT_DEVICE_TREE="mcr3000"
 CONFIG_WDT=y
 CONFIG_WDT_MPC8xx=y
+CONFIG_DM_SERIAL=y