aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx7d-sdb.dts
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-06-25 23:09:32 +0300
committerShawn Guo <shawnguo@kernel.org>2018-07-01 17:46:03 +0800
commit76744502ff328a0a00ca46601da871a96539997d (patch)
treef46a2ad1278cbd75c5db5d4f2ffe137a4c7f7094 /arch/arm/boot/dts/imx7d-sdb.dts
parentARM: dts: imx50: remove non-existent USB instances (diff)
downloadlinux-dev-76744502ff328a0a00ca46601da871a96539997d.tar.xz
linux-dev-76744502ff328a0a00ca46601da871a96539997d.zip
ARM: dts: imx: Add missing chosen/stdout-path
This makes it possible to enable earlycon for debugging by just passing an empty "earlycon" argument on the kernel command-line. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-sdb.dts')
-rw-r--r--arch/arm/boot/dts/imx7d-sdb.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts
index 8d137acb9f07..c9b3c60b0eb2 100644
--- a/arch/arm/boot/dts/imx7d-sdb.dts
+++ b/arch/arm/boot/dts/imx7d-sdb.dts
@@ -10,6 +10,10 @@
model = "Freescale i.MX7 SabreSD Board";
compatible = "fsl,imx7d-sdb", "fsl,imx7d";
+ chosen {
+ stdout-path = &uart1;
+ };
+
memory@80000000 {
reg = <0x80000000 0x80000000>;
};