From: Christophe Leroy Date: Wed, 21 Nov 2018 08:51:51 +0000 (+0000) Subject: board: MCR3000: migrate to DM_SERIAL X-Git-Tag: v2019.01-rc1~11^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a8b8645fa9606c8e4a57389e500a235816646397;p=oweals%2Fu-boot.git board: MCR3000: migrate to DM_SERIAL Signed-off-by: Christophe Leroy --- diff --git a/arch/powerpc/dts/mcr3000.dts b/arch/powerpc/dts/mcr3000.dts index ef423d73c2..5abf111dc5 100644 --- a/arch/powerpc/dts/mcr3000.dts +++ b/arch/powerpc/dts/mcr3000.dts @@ -12,4 +12,11 @@ WDT: watchdog@0 { compatible = "fsl,pq1-wdt"; }; + SERIAL: smc@0 { + compatible = "fsl,pq1-smc"; + }; + + chosen { + stdout-path = &SERIAL; + }; }; diff --git a/configs/MCR3000_defconfig b/configs/MCR3000_defconfig index 2e79425bdb..33c6073648 100644 --- a/configs/MCR3000_defconfig +++ b/configs/MCR3000_defconfig @@ -79,3 +79,4 @@ CONFIG_OF_CONTROL=y CONFIG_DEFAULT_DEVICE_TREE="mcr3000" CONFIG_WDT=y CONFIG_WDT_MPC8xx=y +CONFIG_DM_SERIAL=y