Skip to content
Snippets Groups Projects
Commit ee758595 authored by Rafał Miłecki's avatar Rafał Miłecki
Browse files

bcm53xx: fix Netgear R8000 serial console


Thanks raven-auand.

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

SVN-Revision: 44217
parent c1f86aa1
No related branches found
No related tags found
No related merge requests found
...@@ -138,12 +138,12 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> ...@@ -138,12 +138,12 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
+ chipcommonA { + chipcommonA {
+ uart0: serial@0300 { + uart0: serial@0300 {
+ status = "okay"; + status = "okay";
+ clock-frequency = <130000000>; + clock-frequency = <125000000>;
+ }; + };
+ +
+ uart1: serial@0400 { + uart1: serial@0400 {
+ status = "okay"; + status = "okay";
+ clock-frequency = <130000000>; + clock-frequency = <125000000>;
+ }; + };
+ }; + };
}; };
...@@ -138,12 +138,12 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> ...@@ -138,12 +138,12 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
+ chipcommonA { + chipcommonA {
+ uart0: serial@0300 { + uart0: serial@0300 {
+ status = "okay"; + status = "okay";
+ clock-frequency = <130000000>; + clock-frequency = <125000000>;
+ }; + };
+ +
+ uart1: serial@0400 { + uart1: serial@0400 {
+ status = "okay"; + status = "okay";
+ clock-frequency = <130000000>; + clock-frequency = <125000000>;
+ }; + };
+ }; + };
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment