ARM: dts: imx6qdl-wandboard: Add stdout-path

Setting a stdout-path in the .dtb is convenient because then the user
gets a serial console on the RS-232 connector without any extra effort
of figuring out the relevant 'console=' boot parameter.

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Tuomas Tynkkynen 2018-08-21 00:07:18 +03:00 committed by Shawn Guo
parent cf69efe57a
commit 3ca5a850de

View File

@ -8,6 +8,10 @@
#include <dt-bindings/gpio/gpio.h>
/ {
chosen {
stdout-path = &uart1;
};
sound {
compatible = "fsl,imx6-wandboard-sgtl5000",
"fsl,imx-audio-sgtl5000";