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 d858d9c8b583def45d6f67d453f601274b477be5..8354af0b31e36169c43778762557c7e75c5fd6e5 100644 (file)
        };
 };
 
+&optee {
+       status = "okay";
+};
+
 &sata0 {
        status = "okay";
 };
index 0ec41838e54ec48dbb92316a465964f955c06c1c..0c44b3cbef773dc63783ceaa5bc04d856b01b011 100644 (file)
        };
 };
 
+&optee {
+       status = "okay";
+};
+
 &pcs_mdio3 {
        status = "okay";
 };
index dc8661ebd1f6651b4eaea14675013d18245fb17c..3123dea573f6851ee085a69aa6643bc91f80f431 100644 (file)
                        };
                };
        };
+
+       firmware {
+               optee: optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+                       status = "disabled";
+               };
+       };
 };
index 67e07a8a42bd2150c5cfa24d32e73b380f13a303..5b7c51c1e3c2b004d0c4ac1c7c6e0bac555075d6 100644 (file)
        };
 };
 
+&optee {
+       status = "okay";
+};
+
 &sata0 {
        status = "okay";
 };