MLK-23561 arm64: dts: imx8-ss-security: fix Secure Memory mapping

Ranges for the security subsystem node is too small and does not include
the caam_sm range.

Fixes: e08b2903ae ("LF-824:  arm64: dts: Add seco mu nodes")
Signed-off-by: Silvano di Ninno <silvano.dininno@nxp.com>
Tested-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
This commit is contained in:
Silvano di Ninno 2020-03-10 17:29:32 +01:00
parent 2b55a8e899
commit 534d8537d4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ security_subsys: bus@31400000 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x31400000 0x0 0x31400000 0x400000>;
ranges = <0x31400000 0x0 0x31400000 0x410000>;
crypto: crypto@31400000 {
compatible = "fsl,sec-v4.0";