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>
This commit is contained in:
Rafał Miłecki 2015-06-29 07:22:16 +02:00 committed by Florian Fainelli
parent 5253ed194c
commit 0dfc7f6879
5 changed files with 20 additions and 10 deletions

View File

@ -135,3 +135,7 @@
};
};
};
&uart0 {
status = "okay";
};

View File

@ -55,3 +55,7 @@
};
};
};
&uart0 {
status = "okay";
};

View File

@ -24,16 +24,6 @@
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";
};

View File

@ -118,3 +118,7 @@
};
};
};
&uart0 {
status = "okay";
};

View File

@ -122,3 +122,7 @@
};
};
};
&uart0 {
status = "okay";
};