提交 3aca6e4e 编写于 作者: S Shyam Saini 提交者: Shawn Guo

ARM: dts: imx6qdl-icore: Add missing stdout-path property

This would help us to get early boot logs by passing "earlycon" to
kernel bootargs.

Further, by adding this we don't have to depend on complex earlyprintk
configs for early boot logs.
Reviewed-by: NFabio Estevam <festevam@gmail.com>
Signed-off-by: NShyam Saini <shyam.saini@amarulasolutions.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 c8c23423
......@@ -13,6 +13,10 @@
reg = <0x10000000 0x80000000>;
};
chosen {
stdout-path = &uart4;
};
backlight_lvds: backlight-lvds {
compatible = "pwm-backlight";
pwms = <&pwm3 0 100000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册