diff options
| author | Ilias Apalodimas <[email protected]> | 2023-02-16 15:39:20 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-03-09 13:15:00 +0100 |
| commit | 89f0f14fe28a26f7332a5a53878e2f8e0fa57626 (patch) | |
| tree | 60611273867fe28aee7ee80f92bd55d2b2d69835 | |
| parent | 749cbcfeacd7063c83506ff5add037cd621fe451 (diff) | |
arm64: zynqmp: Add an OP-TEE node to the device tree
Since the zynqmp boards can run upstream OP-TEE, and having the DT node
present doesn't cause any side effects add it in case someone tries to
load OP-TEE.
Signed-off-by: Ilias Apalodimas <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 2a6b3b2a5c6..6a166381fa7 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -147,6 +147,11 @@ }; firmware { + optee: optee { + compatible = "linaro,optee-tz"; + method = "smc"; + }; + zynqmp_firmware: zynqmp-firmware { compatible = "xlnx,zynqmp-firmware"; #power-domain-cells = <1>; |
