arm64: dts: lx2160a: add optee-tz node

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

Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Pankaj Gupta 2021-12-14 01:23:35 -06:00 committed by Shawn Guo
parent 674d63dfad
commit 519bace37b
4 changed files with 20 additions and 0 deletions

View File

@ -156,6 +156,10 @@
};
};
&optee {
status = "okay";
};
&sata0 {
status = "okay";
};

View File

@ -219,6 +219,10 @@
};
};
&optee {
status = "okay";
};
&pcs_mdio3 {
status = "okay";
};

View File

@ -1751,4 +1751,12 @@
};
};
};
firmware {
optee: optee {
compatible = "linaro,optee-tz";
method = "smc";
status = "disabled";
};
};
};

View File

@ -315,6 +315,10 @@
};
};
&optee {
status = "okay";
};
&sata0 {
status = "okay";
};