diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-05-13 20:01:03 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-05-13 20:01:03 +0000 |
commit | b4ecf19faa55ac21f86b8d7e435593af6a82a654 (patch) | |
tree | f247938372391ade9bba16e016602fc5b1eee65b /target/linux/bcm53xx/patches-3.18/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch | |
parent | af019cad5627da278f1cd8d18299269add740870 (diff) | |
download | upstream-b4ecf19faa55ac21f86b8d7e435593af6a82a654.tar.gz upstream-b4ecf19faa55ac21f86b8d7e435593af6a82a654.tar.bz2 upstream-b4ecf19faa55ac21f86b8d7e435593af6a82a654.zip |
bcm53xx: replace DT patches with backports from stblinux
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45685
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/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-3.18/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch b/target/linux/bcm53xx/patches-3.18/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch index a806b28c17..f7bdf65563 100644 --- a/target/linux/bcm53xx/patches-3.18/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch +++ b/target/linux/bcm53xx/patches-3.18/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch @@ -123,3 +123,15 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> }; leds { +--- a/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts ++++ b/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts +@@ -20,7 +20,8 @@ + }; + + memory { +- reg = <0x00000000 0x08000000>; ++ reg = <0x00000000 0x08000000 ++ 0x88000000 0x18000000>; + }; + + leds { |