aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorChristophe Leroy2018-11-21 08:51:51 +0000
committerTom Rini2018-12-03 10:44:10 -0500
commita8b8645fa9606c8e4a57389e500a235816646397 (patch)
treee5498a260f81e9fa8a9b6cda467d0057fd8ef8f9 /arch/powerpc
parentbdfa11ebcf2c4bbf60acceb15835a069bf8cf051 (diff)
board: MCR3000: migrate to DM_SERIAL
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/dts/mcr3000.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/dts/mcr3000.dts b/arch/powerpc/dts/mcr3000.dts
index ef423d73c20..5abf111dc5f 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;
+ };
};