diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2015-08-18 11:08:59 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-10-09 18:08:00 +0300 |
commit | d716f2e837ac6cdf3244130ca3abc1e560048941 (patch) | |
tree | b4e92f14e74e3f9e0228a9d156f95f93f31a327e /arch/arm/boot/dts/armada-385-db-ap.dts | |
parent | 35c99ec93245f94022fdcc226826bb2f89e961d9 (diff) | |
download | linux-d716f2e837ac6cdf3244130ca3abc1e560048941.tar.xz |
ARM: mvebu: define crypto SRAM ranges for all armada-38x boards
Define the crypto SRAM ranges so that the resources referenced by the
sa-sram node can be properly extracted from the DT.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-385-db-ap.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-385-db-ap.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-385-db-ap.dts b/arch/arm/boot/dts/armada-385-db-ap.dts index 89f5a95954ed..4de813c236bf 100644 --- a/arch/arm/boot/dts/armada-385-db-ap.dts +++ b/arch/arm/boot/dts/armada-385-db-ap.dts @@ -59,7 +59,9 @@ soc { ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000 - MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000>; + MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000 + MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000 + MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000>; internal-regs { spi1: spi@10680 { |