Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Boris Brezillon and committed by
Gregory CLEMENT
d716f2e8 35c99ec9

+15 -5
+3 -1
arch/arm/boot/dts/armada-385-db-ap.dts
··· 59 59 60 60 soc { 61 61 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000 62 - MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000>; 62 + MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000 63 + MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000 64 + MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000>; 63 65 64 66 internal-regs { 65 67 spi1: spi@10680 {
+3 -1
arch/arm/boot/dts/armada-385-linksys.dtsi
··· 57 57 58 58 soc { 59 59 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000 60 - MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000>; 60 + MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000 61 + MBUS_ID(0x09, 0x09) 0 0xf1100000 0x10000 62 + MBUS_ID(0x09, 0x05) 0 0xf1110000 0x10000>; 61 63 62 64 internal-regs { 63 65
+3 -1
arch/arm/boot/dts/armada-388-db.dts
··· 64 64 65 65 soc { 66 66 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000 67 - MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000>; 67 + MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000 68 + MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000 69 + MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000>; 68 70 69 71 internal-regs { 70 72 spi@10600 {
+3 -1
arch/arm/boot/dts/armada-388-gp.dts
··· 58 58 59 59 soc { 60 60 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000 61 - MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000>; 61 + MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000 62 + MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000 63 + MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000>; 62 64 63 65 internal-regs { 64 66 spi@10600 {
+3 -1
arch/arm/boot/dts/armada-388-rd.dts
··· 65 65 66 66 soc { 67 67 ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000 68 - MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000>; 68 + MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000 69 + MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000 70 + MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000>; 69 71 70 72 internal-regs { 71 73 spi@10600 {