summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRouven Czerwinski <r.czerwinski@pengutronix.de>2019-01-15 06:44:07 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-05 12:39:10 +0100
commitab76f9d09d3b7b77fc00d84bc2fac6bfbf82c69c (patch)
tree4f70f5e38168b908c2deed343fd989fc487248f8
parent7afad5ed5265b46f49f410b1bbe7740ff364747e (diff)
downloadbarebox-ab76f9d09d3b7b77fc00d84bc2fac6bfbf82c69c.tar.gz
barebox-ab76f9d09d3b7b77fc00d84bc2fac6bfbf82c69c.tar.xz
ARM: rpi: choose miniuart as stdout
Since we now support the miniuart, enable it as the default stdout port. With this change the device tree overlay to switch the miniuart to bluetooth is no longer necessary. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/bcm2837-rpi-3.dts7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/dts/bcm2837-rpi-3.dts b/arch/arm/dts/bcm2837-rpi-3.dts
index d6ffc36912..194b41c23b 100644
--- a/arch/arm/dts/bcm2837-rpi-3.dts
+++ b/arch/arm/dts/bcm2837-rpi-3.dts
@@ -2,15 +2,10 @@
/ {
chosen {
- stdout-path = &uart0;
+ stdout-path = &uart1;
};
memory {
reg = <0x0 0x0>;
};
};
-
-&uart0 {
- status = "okay";
- /delete-node/ bluetooth;
-};