diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2015-08-18 10:08:57 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-09-29 16:19:32 +0200 |
commit | 9a3ed1332fb93b3573a3f0ae99315e2dcc041967 (patch) | |
tree | 56c7d16bf99b97848a57697446644fe428530fb9 /arch/arm/boot/dts/armada-375-db.dts | |
parent | ARM: mvebu: add crypto related nodes to armada 375 dtsi (diff) | |
download | linux-9a3ed1332fb93b3573a3f0ae99315e2dcc041967.tar.xz linux-9a3ed1332fb93b3573a3f0ae99315e2dcc041967.zip |
ARM: mvebu: define crypto SRAM ranges in armada-375-db.dts
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-375-db.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-375-db.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-375-db.dts b/arch/arm/boot/dts/armada-375-db.dts index 5711b97e876c..cded5f0a262d 100644 --- a/arch/arm/boot/dts/armada-375-db.dts +++ b/arch/arm/boot/dts/armada-375-db.dts @@ -65,7 +65,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, 0x09) 0 0xf1100000 0x10000 + MBUS_ID(0x09, 0x05) 0 0xf1110000 0x10000>; internal-regs { spi@10600 { |