diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2018-06-25 23:09:32 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-01 12:46:03 +0300 |
commit | 76744502ff328a0a00ca46601da871a96539997d (patch) | |
tree | f46a2ad1278cbd75c5db5d4f2ffe137a4c7f7094 /arch/arm/boot/dts/imx7d-sdb.dts | |
parent | 54c43959ab7066fb2acf0427d6a1bb983d9971b4 (diff) | |
download | linux-76744502ff328a0a00ca46601da871a96539997d.tar.xz |
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.dts | 4 |
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>; }; |