diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-12-01 20:40:51 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-01-19 04:17:27 +0300 |
commit | 7b790d3b2943bf8e7e7bafe184008bd6451fe0bd (patch) | |
tree | ad8eb4f07b0294c30c17258f387b04eacac35e17 /arch/arm/boot/dts/bcm47081.dtsi | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 (diff) | |
download | linux-7b790d3b2943bf8e7e7bafe184008bd6451fe0bd.tar.xz |
ARM: dts: BCM5301X: Enable UART by default for BCM4708(1), BCM4709(4) & BCM53012
Every device tested so far got UART0 (at 0x18000300) working as serial
console. It's most likely part of reference design and all vendors use
it that way.
It seems to be easier to enable it by default and just disable it if we
ever see a device with different hardware design.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Jon Mason <jon.mason@broadcom.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/bcm47081.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm47081.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm47081.dtsi b/arch/arm/boot/dts/bcm47081.dtsi index f720012ee5ed..c5f7619af4a6 100644 --- a/arch/arm/boot/dts/bcm47081.dtsi +++ b/arch/arm/boot/dts/bcm47081.dtsi @@ -24,3 +24,7 @@ }; }; }; + +&uart0 { + status = "okay"; +}; |