Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: BCM5301X: Enable UART0 on tested devices

There are two possible UARTs so we have (both of) them disabled by
default. Override uart0 status on devices that were verified to use it.
In case of Netgear R6250 also drop an old (and invalid) overwrite. It
doesn't have uart1 connected.

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>

authored by

Rafał Miłecki and committed by
Florian Fainelli
0dfc7f68 5253ed19

+20 -10
+4
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
··· 135 135 }; 136 136 }; 137 137 }; 138 + 139 + &uart0 { 140 + status = "okay"; 141 + };
+4
arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
··· 55 55 }; 56 56 }; 57 57 }; 58 + 59 + &uart0 { 60 + status = "okay"; 61 + };
+4 -10
arch/arm/boot/dts/bcm4708-netgear-r6250.dts
··· 24 24 reg = <0x00000000 0x08000000>; 25 25 }; 26 26 27 - chipcommonA { 28 - uart0: serial@0300 { 29 - status = "okay"; 30 - }; 31 - 32 - uart1: serial@0400 { 33 - status = "okay"; 34 - }; 35 - }; 36 - 37 27 leds { 38 28 compatible = "gpio-leds"; 39 29 ··· 81 91 gpios = <&chipcommon 6 GPIO_ACTIVE_LOW>; 82 92 }; 83 93 }; 94 + }; 95 + 96 + &uart0 { 97 + status = "okay"; 84 98 };
+4
arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
··· 118 118 }; 119 119 }; 120 120 }; 121 + 122 + &uart0 { 123 + status = "okay"; 124 + };
+4
arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
··· 122 122 }; 123 123 }; 124 124 }; 125 + 126 + &uart0 { 127 + status = "okay"; 128 + };