MLKU-25-2-fix ARM: dts: imx: add secure memory for 6qdl
authorHoria Geantă <horia.geanta@nxp.com>
Tue, 22 Oct 2019 15:49:56 +0000 (18:49 +0300)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:20:19 +0000 (11:20 +0800)
-add missing secure memory node for 6qdl
-fix register size for 6ul and 6sx

Fixes: 069951d3976d ("MLKU-25-2 ARM: dts: imx: add secure memory")
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
arch/arm/boot/dts/imx6qdl.dtsi
arch/arm/boot/dts/imx6sx.dtsi
arch/arm/boot/dts/imx6ul.dtsi

index f793bee..584dc79 100644 (file)
                interrupt-parent = <&gpc>;
                ranges;
 
+               caam_sm: caam-sm@100000 {
+                       compatible = "fsl,imx6q-caam-sm";
+                       reg = <0x100000 0x4000>;
+               };
+
                dma_apbh: dma-apbh@110000 {
                        compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
                        reg = <0x00110000 0x2000>;
index 78d8b0e..822b31c 100644 (file)
 
                caam_sm: caam-sm@100000 {
                        compatible = "fsl,imx6q-caam-sm";
-                       reg = <0x100000 0x3fff>;
+                       reg = <0x100000 0x8000>;
                };
 
                gpmi: nand-controller@1806000{
index b880272..493a5ed 100644 (file)
 
                caam_sm: caam-sm@100000 {
                         compatible = "fsl,imx7d-caam-sm", "fsl,imx6q-caam-sm";
-                        reg = <0x100000 0x3fff>;
+                        reg = <0x100000 0x8000>;
                };
 
                gpmi: nand-controller@1806000 {