Skip to content

Commit

Permalink
arm64: zynqmp: Add an OP-TEE node to the device tree
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
apalos authored and michalsimek committed Mar 9, 2023
1 parent 749cbcf commit 89f0f14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/dts/zynqmp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 89f0f14

Please sign in to comment.