bcm53xx: fix Netgear R8000 serial console

Thanks raven-auand.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 44217
This commit is contained in:
Rafał Miłecki 2015-01-30 06:30:44 +00:00
parent c1f86aa1ad
commit ee75859533
2 changed files with 4 additions and 4 deletions

View file

@ -138,12 +138,12 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
+ chipcommonA {
+ uart0: serial@0300 {
+ status = "okay";
+ clock-frequency = <130000000>;
+ clock-frequency = <125000000>;
+ };
+
+ uart1: serial@0400 {
+ status = "okay";
+ clock-frequency = <130000000>;
+ clock-frequency = <125000000>;
+ };
+ };
};

View file

@ -138,12 +138,12 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
+ chipcommonA {
+ uart0: serial@0300 {
+ status = "okay";
+ clock-frequency = <130000000>;
+ clock-frequency = <125000000>;
+ };
+
+ uart1: serial@0400 {
+ status = "okay";
+ clock-frequency = <130000000>;
+ clock-frequency = <125000000>;
+ };
+ };
};