diff options
author | Emmanuel Vadot <manu@freebsd.org> | 2018-06-18 18:42:57 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-06-28 05:19:32 +0300 |
commit | fdfbd7d125fd8e2536954fdd63a5738bceb7896f (patch) | |
tree | a16ece2dbabdf8a20c78b85274b2e1177b644736 | |
parent | f3d80deb080f422ff1df4a715444f156bb51adc1 (diff) | |
download | linux-fdfbd7d125fd8e2536954fdd63a5738bceb7896f.tar.xz |
ARM: dts: imx6: RIoTboard Add chosen stdout-path property
The RIoTboard debug uart is connected to serial1.
Add a chosen property in the DTS so OS knows what serial port to use for
the console.
Signed-off-by: Emmanuel Vadot <manu@freebsd.org>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6dl-riotboard.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-riotboard.dts b/arch/arm/boot/dts/imx6dl-riotboard.dts index 89b06e20480d..dd3226fe5ecd 100644 --- a/arch/arm/boot/dts/imx6dl-riotboard.dts +++ b/arch/arm/boot/dts/imx6dl-riotboard.dts @@ -19,6 +19,10 @@ reg = <0x10000000 0x40000000>; }; + chosen { + stdout-path = "serial1:115200n8"; + }; + leds { compatible = "gpio-leds"; pinctrl-names = "default"; |