arm64: dts: ls: Add optee node

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

Signed-off-by: Sumit Garg <sumit.garg@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Sumit Garg 2017-09-09 05:03:28 +05:30 committed by Shawn Guo
parent b07815d4ea
commit 51b29445cb
5 changed files with 35 additions and 0 deletions

View File

@ -485,4 +485,11 @@
phy_type = "ulpi";
};
};
firmware {
optee {
compatible = "linaro,optee-tz";
method = "smc";
};
};
};

View File

@ -749,6 +749,13 @@
};
};
firmware {
optee {
compatible = "linaro,optee-tz";
method = "smc";
};
};
};
#include "qoriq-qman-portals.dtsi"

View File

@ -689,6 +689,13 @@
no-map;
};
};
firmware {
optee {
compatible = "linaro,optee-tz";
method = "smc";
};
};
};
#include "qoriq-qman-portals.dtsi"

View File

@ -436,4 +436,11 @@
};
};
firmware {
optee {
compatible = "linaro,optee-tz";
method = "smc";
};
};
};

View File

@ -786,4 +786,11 @@
interrupts = <0 18 0x4>;
little-endian;
};
firmware {
optee {
compatible = "linaro,optee-tz";
method = "smc";
};
};
};