summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/am437x-sk-evm.dts
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2017-01-18 09:33:24 +0530
committerTony Lindgren <tony@atomide.com>2017-01-20 10:39:01 -0800
commit24a1eb45b47f24a45a615c210a3823ff0533f9f4 (patch)
treec2d9be909f1dbd612dfb94e8f6054d7703f9bb2c /arch/arm/boot/dts/am437x-sk-evm.dts
parentb763973a18f554d0cefbff983d8569cae69c1187 (diff)
ARM: dts: am43xx: Add stdout-path property
Add stdout-path property in /chosen node so that earlycon can be used by just adding earlycon in bootargs. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-sk-evm.dts')
-rw-r--r--arch/arm/boot/dts/am437x-sk-evm.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index 319d94205350..4dc54bee2f36 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -24,6 +24,10 @@
display0 = &lcd0;
};
+ chosen {
+ stdout-path = &uart0;
+ };
+
/* fixed 32k external oscillator clock */
clk_32k_rtc: clk_32k_rtc {
#clock-cells = <0>;