summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am335x-chiliboard.dts
diff options
context:
space:
mode:
authorMarcin Niestroj <m.niestroj@grinn-global.com>2018-11-21 22:05:15 +0100
committerTony Lindgren <tony@atomide.com>2018-12-11 08:35:40 -0800
commite3b382c1075e967cf1a95db881f575eef3a8f007 (patch)
tree625c50bcd57d377f85a3ef25346d5e94c6b453c1 /arch/arm/boot/dts/am335x-chiliboard.dts
parent0ec47be539e323ef4919fd63ea2f4162bf74892e (diff)
downloadlinux-e3b382c1075e967cf1a95db881f575eef3a8f007.tar.bz2
ARM: dts: am335x-chiliboard: 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: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am335x-chiliboard.dts')
-rw-r--r--arch/arm/boot/dts/am335x-chiliboard.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-chiliboard.dts b/arch/arm/boot/dts/am335x-chiliboard.dts
index 9c2a947aacf5..b50d5d2e71ff 100644
--- a/arch/arm/boot/dts/am335x-chiliboard.dts
+++ b/arch/arm/boot/dts/am335x-chiliboard.dts
@@ -14,6 +14,10 @@
compatible = "grinn,am335x-chiliboard", "grinn,am335x-chilisom",
"ti,am33xx";
+ chosen {
+ stdout-path = &uart0;
+ };
+
leds {
compatible = "gpio-leds";
pinctrl-names = "default";