diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-04-06 18:49:55 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-04-13 18:18:03 +0200 |
commit | 5a6516ff135555aa53c7d156cd3973b826e011f9 (patch) | |
tree | da301896ff5a0c8d04e3c70919bb06d0a2074029 /arch/arm/boot/dts/bcm5301x.dtsi | |
parent | ARM: BCM5301X: Set vcc-gpio for USB controllers of few devices (diff) | |
download | linux-5a6516ff135555aa53c7d156cd3973b826e011f9.tar.xz linux-5a6516ff135555aa53c7d156cd3973b826e011f9.zip |
ARM: BCM5301X: Enable earlycon on tested devices
This allows reporting & debugging problems occurring early in the boot
process.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm5301x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm5301x.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi index b3e9d28ed87b..9c06d91e0c8a 100644 --- a/arch/arm/boot/dts/bcm5301x.dtsi +++ b/arch/arm/boot/dts/bcm5301x.dtsi @@ -18,6 +18,10 @@ / { interrupt-parent = <&gic>; + chosen { + stdout-path = &uart0; + }; + chipcommonA { compatible = "simple-bus"; ranges = <0x00000000 0x18000000 0x00001000>; |