diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-08-26 15:21:07 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-08-26 15:21:07 +0000 |
commit | 8f77e9f6686042a53e9a8e9b49fbb024f251b7ad (patch) | |
tree | 5b20530dd73b737a1d20d0505aff5a63fdbf5e80 /target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch | |
parent | 36a8075d900dda5b12254df5827eeb791cdacce0 (diff) | |
download | upstream-8f77e9f6686042a53e9a8e9b49fbb024f251b7ad.tar.gz upstream-8f77e9f6686042a53e9a8e9b49fbb024f251b7ad.tar.bz2 upstream-8f77e9f6686042a53e9a8e9b49fbb024f251b7ad.zip |
bcm53xx: add OpenWrt specific stuff for Netgear R7000
This adds DT things that couldn't be upstreamed yet.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46731
Diffstat (limited to 'target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch b/target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch index 2c17e882c5..5fe4288576 100644 --- a/target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch +++ b/target/linux/bcm53xx/patches-4.1/351-ARM-BCM5301X-Enable-ChipCommon-UART-on-untested-devi.patch @@ -101,3 +101,11 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> + status = "okay"; + clock-frequency = <125000000>; +}; +--- a/arch/arm/boot/dts/bcm4709-netgear-r7000.dts ++++ b/arch/arm/boot/dts/bcm4709-netgear-r7000.dts +@@ -104,4 +104,5 @@ + + &uart0 { + status = "okay"; ++ clock-frequency = <125000000>; + }; |