ARM: BCM5301X: Enable UART0 on tested devices
authorRafał Miłecki <zajec5@gmail.com>
Mon, 29 Jun 2015 05:22:16 +0000 (07:22 +0200)
committerFlorian Fainelli <f.fainelli@gmail.com>
Wed, 8 Jul 2015 01:08:57 +0000 (18:08 -0700)
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>
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts
arch/arm/boot/dts/bcm4708-netgear-r6250.dts
arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts

index 24f0ab5..42dcdfb 100644 (file)
                };
        };
 };
+
+&uart0 {
+       status = "okay";
+};
index f039393..f18e80e 100644 (file)
@@ -55,3 +55,7 @@
                };
        };
 };
+
+&uart0 {
+       status = "okay";
+};
index 326ce8f..64b8d10 100644 (file)
                reg = <0x00000000 0x08000000>;
        };
 
-       chipcommonA {
-               uart0: serial@0300 {
-                       status = "okay";
-               };
-
-               uart1: serial@0400 {
-                       status = "okay";
-               };
-       };
-
        leds {
                compatible = "gpio-leds";
 
@@ -92,3 +82,7 @@
                };
        };
 };
+
+&uart0 {
+       status = "okay";
+};
index d6a033b..64a5e8a 100644 (file)
                };
        };
 };
+
+&uart0 {
+       status = "okay";
+};
index bb0cb0b..38f0c00 100644 (file)
                };
        };
 };
+
+&uart0 {
+       status = "okay";
+};