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

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -275,6 +275,10 @@
	status = "okay";
};

&optee {
	status = "okay";
};

&sai4 {
	status = "okay";
};
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@
	};

	firmware {
		optee {
		optee: optee  {
			compatible = "linaro,optee-tz";
			method = "smc";
			status = "disabled";