diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-05-13 20:01:15 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-05-13 20:01:15 +0000 |
commit | 3dd92743328e3ec956cf243b74e43eaf5167dc92 (patch) | |
tree | 847ff70036d9bf2010cedb60bfae38f9c11da3a2 /target/linux/bcm53xx/patches-3.18/306-ARM-BCM5301X-Specify-RAM-on-devices-by-including-HIG.patch | |
parent | b4ecf19faa55ac21f86b8d7e435593af6a82a654 (diff) | |
download | upstream-3dd92743328e3ec956cf243b74e43eaf5167dc92.tar.gz upstream-3dd92743328e3ec956cf243b74e43eaf5167dc92.tar.bz2 upstream-3dd92743328e3ec956cf243b74e43eaf5167dc92.zip |
bcm53xx: add support for SmartRG SR400ac
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45686
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 f7bdf65563..af6c27d022 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 @@ -135,3 +135,15 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> }; leds { +--- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts ++++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts +@@ -20,7 +20,8 @@ + }; + + memory { +- reg = <0x00000000 0x08000000>; ++ reg = <0x00000000 0x08000000 ++ 0x88000000 0x08000000>; + }; + + leds { |