summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch')
-rw-r--r--target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch b/target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch
index bd8120dce3..a237bacdd8 100644
--- a/target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch
+++ b/target/linux/bcm53xx/patches-3.18/351-ARM-BCM5301X-Enable-ChipCommon-UART-serial-console.patch
@@ -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>;
+ };
+ };
};