arm64: dts: lx2160a: add optee-tz node
authorPankaj Gupta <pankaj.gupta@nxp.com>
Tue, 14 Dec 2021 07:23:35 +0000 (01:23 -0600)
committerShawn Guo <shawnguo@kernel.org>
Thu, 16 Dec 2021 09:25:58 +0000 (17:25 +0800)
Disabled by default in SoC dtsi and enables in board dts files.

Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2160a-qds.dts
arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts
arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts

index d858d9c..8354af0 100644 (file)
        };
 };
 
+&optee {
+       status = "okay";
+};
+
 &sata0 {
        status = "okay";
 };
index 0ec4183..0c44b3c 100644 (file)
        };
 };
 
+&optee {
+       status = "okay";
+};
+
 &pcs_mdio3 {
        status = "okay";
 };
index dc8661e..3123dea 100644 (file)
                        };
                };
        };
+
+       firmware {
+               optee: optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+                       status = "disabled";
+               };
+       };
 };
index 67e07a8..5b7c51c 100644 (file)
        };
 };
 
+&optee {
+       status = "okay";
+};
+
 &sata0 {
        status = "okay";
 };