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/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch | |
parent | 36a8075d900dda5b12254df5827eeb791cdacce0 (diff) | |
download | mtk-20170518-8f77e9f6686042a53e9a8e9b49fbb024f251b7ad.zip mtk-20170518-8f77e9f6686042a53e9a8e9b49fbb024f251b7ad.tar.gz mtk-20170518-8f77e9f6686042a53e9a8e9b49fbb024f251b7ad.tar.bz2 |
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/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.1/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-4.1/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch b/target/linux/bcm53xx/patches-4.1/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch index 5a63601..c5e6d32 100644 --- a/target/linux/bcm53xx/patches-4.1/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch +++ b/target/linux/bcm53xx/patches-4.1/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch @@ -159,3 +159,15 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> }; leds { +--- a/arch/arm/boot/dts/bcm4709-netgear-r7000.dts ++++ b/arch/arm/boot/dts/bcm4709-netgear-r7000.dts +@@ -21,7 +21,8 @@ + }; + + memory { +- reg = <0x00000000 0x08000000>; ++ reg = <0x00000000 0x08000000 ++ 0x88000000 0x08000000>; + }; + + leds { |