diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-04-06 19:49:55 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-04-13 19:18:03 +0300 |
commit | 5a6516ff135555aa53c7d156cd3973b826e011f9 (patch) | |
tree | da301896ff5a0c8d04e3c70919bb06d0a2074029 /arch/arm/boot/dts/bcm5301x.dtsi | |
parent | dd70ccfaa79189feaa78609d44f7c3e7fa1dc6ff (diff) | |
download | linux-5a6516ff135555aa53c7d156cd3973b826e011f9.tar.xz |
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>; |