diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2016-12-01 18:40:51 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-01-18 17:17:27 -0800 |
commit | 7b790d3b2943bf8e7e7bafe184008bd6451fe0bd (patch) | |
tree | ad8eb4f07b0294c30c17258f387b04eacac35e17 /arch/arm/boot/dts/bcm94708.dts | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 (diff) | |
download | blackbird-obmc-linux-7b790d3b2943bf8e7e7bafe184008bd6451fe0bd.tar.gz blackbird-obmc-linux-7b790d3b2943bf8e7e7bafe184008bd6451fe0bd.zip |
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/bcm94708.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm94708.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/bcm94708.dts b/arch/arm/boot/dts/bcm94708.dts index 251a486f2da6..42855a7c1bfa 100644 --- a/arch/arm/boot/dts/bcm94708.dts +++ b/arch/arm/boot/dts/bcm94708.dts @@ -50,7 +50,3 @@ reg = <0x00000000 0x08000000>; }; }; - -&uart0 { - status = "okay"; -}; |