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/bcm4708-luxul-xap-1510.dts | |
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/bcm4708-luxul-xap-1510.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts b/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts index 35e6ed6a3ef7..f591b0f256d8 100644 --- a/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts +++ b/arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts @@ -55,10 +55,6 @@ }; }; -&uart0 { - status = "okay"; -}; - &spi_nor { status = "okay"; }; |