OSDN Git Service

arm64: dts: ls1028a-rdb: enable optee node
authorSahil Malhotra <sahil.malhotra@nxp.com>
Tue, 30 Mar 2021 14:50:27 +0000 (20:20 +0530)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 May 2021 01:38:19 +0000 (09:38 +0800)
optee node was disabled by default, enabling it for ls1028a-rdb.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
Acked-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

index 9322c6a..d7b5272 100644 (file)
        status = "okay";
 };
 
+&optee {
+       status = "okay";
+};
+
 &sai4 {
        status = "okay";
 };
index eca06a0..feecc49 100644 (file)
@@ -88,7 +88,7 @@
        };
 
        firmware {
-               optee {
+               optee: optee  {
                        compatible = "linaro,optee-tz";
                        method = "smc";
                        status = "disabled";