Commit 0dfc7f68 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli

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: default avatarRafał Miłecki <zajec5@gmail.com>
Acked-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 5253ed19
......@@ -135,3 +135,7 @@ eject {
};
};
};
&uart0 {
status = "okay";
};
......@@ -55,3 +55,7 @@ restart {
};
};
};
&uart0 {
status = "okay";
};
......@@ -24,16 +24,6 @@ memory {
reg = <0x00000000 0x08000000>;
};
chipcommonA {
uart0: serial@0300 {
status = "okay";
};
uart1: serial@0400 {
status = "okay";
};
};
leds {
compatible = "gpio-leds";
......@@ -92,3 +82,7 @@ restart {
};
};
};
&uart0 {
status = "okay";
};
......@@ -118,3 +118,7 @@ restart {
};
};
};
&uart0 {
status = "okay";
};
......@@ -122,3 +122,7 @@ eject {
};
};
};
&uart0 {
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment