summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2021-01-07 08:55:08 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-01-13 10:04:08 +0100
commit01eea702b3b2f4ba14edb821a514edd5be5c29f1 (patch)
tree1650ca6541ecaaad7836de9ee65155963471c7e6 /arch/mips
parent20efac38aeec887e11b8cf41e7fe6422a90a5877 (diff)
downloadbarebox-01eea702b3b2f4ba14edb821a514edd5be5c29f1.tar.gz
barebox-01eea702b3b2f4ba14edb821a514edd5be5c29f1.tar.xz
MIPS: dts: ar9331: add stdout-path properties
With the kernel v5.11-rc2 the console will be automatically redirected to null if no default console is configured. Make sure the barebox is doing it to make kernel happy. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/dts/ar9331-dptechnics-dpt-module.dts2
-rw-r--r--arch/mips/dts/ar9331-okud-max9331.dts2
-rw-r--r--arch/mips/dts/ar9331-openembed-som9331-board.dts2
3 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/dts/ar9331-dptechnics-dpt-module.dts b/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
index cbaf5ab39e..24ce0d0d67 100644
--- a/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
+++ b/arch/mips/dts/ar9331-dptechnics-dpt-module.dts
@@ -7,6 +7,8 @@
};
chosen {
+ stdout-path = &uart;
+
environment {
compatible = "barebox,environment";
device-path = &spiflash, "partname:barebox-environment";
diff --git a/arch/mips/dts/ar9331-okud-max9331.dts b/arch/mips/dts/ar9331-okud-max9331.dts
index 53350899f9..3b93bee93b 100644
--- a/arch/mips/dts/ar9331-okud-max9331.dts
+++ b/arch/mips/dts/ar9331-okud-max9331.dts
@@ -17,6 +17,8 @@
};
chosen {
+ stdout-path = &uart;
+
environment {
compatible = "barebox,environment";
device-path = &spiflash, "partname:barebox-environment";
diff --git a/arch/mips/dts/ar9331-openembed-som9331-board.dts b/arch/mips/dts/ar9331-openembed-som9331-board.dts
index ff9d25e352..4736332f8f 100644
--- a/arch/mips/dts/ar9331-openembed-som9331-board.dts
+++ b/arch/mips/dts/ar9331-openembed-som9331-board.dts
@@ -33,6 +33,8 @@
chosen {
+ stdout-path = &uart;
+
environment {
compatible = "barebox,environment";
device-path = &spiflash, "partname:barebox-environment";