9
0
Fork 0

ARM: dts: i.MX: update stdout-path property

Use stdout-path instead of linux,stdout-path and use &uart format
instead of writing the full path.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-05-22 09:30:30 +02:00
parent d8767b95d6
commit ea62850ae9
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
/ {
chosen {
linux,stdout-path = "/soc/aips@70000000/serial@73fbc000";
stdout-path = &uart1;
environment@0 {
compatible = "barebox,environment";

View File

@ -19,7 +19,7 @@
compatible = "genesi,imx51-sb", "fsl,imx51";
chosen {
linux,stdout-path = "/soc/aips@70000000/serial@73fbc000";
stdout-path = &uart1;
environment-sd {
compatible = "barebox,environment";

View File

@ -12,7 +12,7 @@
/ {
chosen {
linux,stdout-path = "/soc/aips@50000000/serial@53fbc000";
stdout-path = &uart1;
environment@0 {
compatible = "barebox,environment";