Commit c67b761a authored by Sahil Malhotra's avatar Sahil Malhotra Committed by Shawn Guo

arm64: dts: ls1028a-rdb: enable optee node

optee node was disabled by default, enabling it for ls1028a-rdb.
Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Signed-off-by: default avatarSahil Malhotra <sahil.malhotra@nxp.com>
Acked-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 5497bc2a
...@@ -275,6 +275,10 @@ &mscc_felix_port4 { ...@@ -275,6 +275,10 @@ &mscc_felix_port4 {
status = "okay"; status = "okay";
}; };
&optee {
status = "okay";
};
&sai4 { &sai4 {
status = "okay"; status = "okay";
}; };
......
...@@ -88,7 +88,7 @@ dpclk: clock-controller@f1f0000 { ...@@ -88,7 +88,7 @@ dpclk: clock-controller@f1f0000 {
}; };
firmware { firmware {
optee { optee: optee {
compatible = "linaro,optee-tz"; compatible = "linaro,optee-tz";
method = "smc"; method = "smc";
status = "disabled"; status = "disabled";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment