ARM: dts: dra7xx: Add stdout-path property

Add stdout-path property in /chosen node so that earlycon can be
used by just adding earlycon in bootargs.

Tested-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Lokesh Vutla 2017-01-18 09:33:26 +05:30 committed by Tony Lindgren
parent bc1baa6b8f
commit 220fbc13c2
2 changed files with 8 additions and 0 deletions

View file

@ -21,6 +21,10 @@
reg = <0x0 0x80000000 0x0 0x60000000>; /* 1536 MB */ reg = <0x0 0x80000000 0x0 0x60000000>; /* 1536 MB */
}; };
chosen {
stdout-path = &uart1;
};
evm_3v3_sd: fixedregulator-sd { evm_3v3_sd: fixedregulator-sd {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "evm_3v3_sd"; regulator-name = "evm_3v3_sd";

View file

@ -18,6 +18,10 @@
display0 = &hdmi0; display0 = &hdmi0;
}; };
chosen {
stdout-path = &uart1;
};
evm_12v0: fixedregulator-evm12v0 { evm_12v0: fixedregulator-evm12v0 {
/* main supply */ /* main supply */
compatible = "regulator-fixed"; compatible = "regulator-fixed";