ARM: dts: am335x-bone-common: use stdout-path in Beaglebone boards.
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Fri, 17 Jun 2016 11:10:10 +0000 (13:10 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 21 Jun 2016 11:53:11 +0000 (04:53 -0700)
This commit adds the stdout-path propety in /chosen for all Beaglebone
boards.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-bone-common.dtsi

index 6b0609617c305b9d907bddc061453e503c683051..e247c15e517606c7d8e0237c4de1794e499fd680 100644 (file)
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
+       chosen {
+               stdout-path = &uart0;
+       };
+
        leds {
                pinctrl-names = "default";
                pinctrl-0 = <&user_leds_s0>;
This page took 0.027594 seconds and 5 git commands to generate.