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 коммит произвёл Florian Fainelli
Родитель 5253ed194c
Коммит 0dfc7f6879
5 изменённых файлов: 20 добавлений и 10 удалений

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

@ -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";
};

Просмотреть файл

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

Просмотреть файл

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