arm64: dts: ls1028a-rdb: enable optee node

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>
This commit is contained in:
Sahil Malhotra
2021-03-30 20:20:27 +05:30
committed by Shawn Guo
parent 5497bc2a2b
commit c67b761aac
2 changed files with 5 additions and 1 deletions

View File

@@ -275,6 +275,10 @@ &mscc_felix_port4 {
status = "okay";
};
&optee {
status = "okay";
};
&sai4 {
status = "okay";
};

View File

@@ -88,7 +88,7 @@ dpclk: clock-controller@f1f0000 {
};
firmware {
optee {
optee: optee {
compatible = "linaro,optee-tz";
method = "smc";
status = "disabled";