Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51b29445 authored by Sumit Garg's avatar Sumit Garg Committed by Shawn Guo
Browse files

arm64: dts: ls: Add optee node



Add optee device tree node on ls1012a, ls1043a, ls1046a, ls1088a
and ls208xa.

Signed-off-by: default avatarSumit Garg <sumit.garg@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b07815d4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -485,4 +485,11 @@
			phy_type = "ulpi";
		};
	};

	firmware {
		optee {
			compatible = "linaro,optee-tz";
			method = "smc";
		};
	};
};
+7 −0
Original line number Diff line number Diff line
@@ -749,6 +749,13 @@
		};
	};

	firmware {
		optee {
			compatible = "linaro,optee-tz";
			method = "smc";
		};
	};

};

#include "qoriq-qman-portals.dtsi"
+7 −0
Original line number Diff line number Diff line
@@ -689,6 +689,13 @@
			no-map;
		};
	};

	firmware {
		optee {
			compatible = "linaro,optee-tz";
			method = "smc";
		};
	};
};

#include "qoriq-qman-portals.dtsi"
+7 −0
Original line number Diff line number Diff line
@@ -436,4 +436,11 @@
		};
	};

	firmware {
		optee {
			compatible = "linaro,optee-tz";
			method = "smc";
		};
	};

};
+7 −0
Original line number Diff line number Diff line
@@ -786,4 +786,11 @@
		interrupts = <0 18 0x4>;
		little-endian;
	};

	firmware {
		optee {
			compatible = "linaro,optee-tz";
			method = "smc";
		};
	};
};