Commit 519bace3 authored by Pankaj Gupta's avatar Pankaj Gupta Committed by Shawn Guo
Browse files

arm64: dts: lx2160a: add optee-tz node



Disabled by default in SoC dtsi and enables in board dts files.

Signed-off-by: default avatarPankaj Gupta <pankaj.gupta@nxp.com>
Signed-off-by: default avatarLi Yang <leoyang.li@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 674d63df
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -156,6 +156,10 @@
	};
};

&optee {
	status = "okay";
};

&sata0 {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -219,6 +219,10 @@
	};
};

&optee {
	status = "okay";
};

&pcs_mdio3 {
	status = "okay";
};
+8 −0
Original line number Diff line number Diff line
@@ -1751,4 +1751,12 @@
			};
		};
	};

	firmware {
		optee: optee {
			compatible = "linaro,optee-tz";
			method = "smc";
			status = "disabled";
		};
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -315,6 +315,10 @@
	};
};

&optee {
	status = "okay";
};

&sata0 {
	status = "okay";
};