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>
This commit is contained in:
Leonard Crestez
2018-06-25 23:09:32 +03:00
committed by Shawn Guo
parent 54c43959ab
commit 76744502ff
4 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
model = "Freescale i.MX6 SoloLite EVK Board";
compatible = "fsl,imx6sl-evk", "fsl,imx6sl";
chosen {
stdout-path = &uart1;
};
memory@80000000 {
reg = <0x80000000 0x40000000>;
};