diff options
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.patch | 10 |
1 files changed, 6 insertions, 4 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 8782341507..8355fd9b28 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 @@ -130,11 +130,10 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> #address-cells = <1>; --- a/arch/arm/boot/dts/bcm4709-netgear-r8000.dts +++ b/arch/arm/boot/dts/bcm4709-netgear-r8000.dts -@@ -23,4 +23,16 @@ - reg = <0x00000000 0x08000000 +@@ -24,6 +24,18 @@ 0x88000000 0x08000000>; }; -+ + + chipcommonA { + uart0: serial@0300 { + status = "okay"; @@ -146,4 +145,7 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> + clock-frequency = <125000000>; + }; + }; - }; ++ + leds { + compatible = "gpio-leds"; + |