diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-05-21 22:06:19 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-05-21 22:06:46 +0200 |
commit | 629636dd25d336e1b85bcd6555b4aa5b96a4f434 (patch) | |
tree | 52e554cb85b7e9b92ae5564c56bbd4dc0b25ba40 /target/linux/mvebu | |
parent | 7ae6b912ae8dd43f86d43e97e873f6cd967b2fac (diff) | |
download | upstream-629636dd25d336e1b85bcd6555b4aa5b96a4f434.tar.gz upstream-629636dd25d336e1b85bcd6555b4aa5b96a4f434.tar.bz2 upstream-629636dd25d336e1b85bcd6555b4aa5b96a4f434.zip |
mvebu: fix bus ranges for the crypto processor sram
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/patches-4.4/105-linksys_mamba_fix_crypto_sram.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/mvebu/patches-4.4/105-linksys_mamba_fix_crypto_sram.patch b/target/linux/mvebu/patches-4.4/105-linksys_mamba_fix_crypto_sram.patch new file mode 100644 index 0000000000..3963c352f7 --- /dev/null +++ b/target/linux/mvebu/patches-4.4/105-linksys_mamba_fix_crypto_sram.patch @@ -0,0 +1,13 @@ +--- a/arch/arm/boot/dts/armada-385-linksys.dtsi ++++ b/arch/arm/boot/dts/armada-385-linksys.dtsi +@@ -58,8 +58,8 @@ + soc { + ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000 + MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000 +- MBUS_ID(0x09, 0x09) 0 0xf1100000 0x10000 +- MBUS_ID(0x09, 0x05) 0 0xf1110000 0x10000>; ++ MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000 ++ MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000>; + + internal-regs { + |