diff options
| author | Mathieu Dubois-Briand <[email protected]> | 2026-07-06 14:34:01 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-07-27 11:30:51 -0300 |
| commit | 099fc6eda5448dc9c112cbb0f5c78a858a6b1180 (patch) | |
| tree | 95370ab2bb8144de54362e217a2e29bccd8db9f1 | |
| parent | ba1a95aef3ed972a411ac8e03a547b758c931a1e (diff) | |
imx93_frdm: Add OP-TEE device tree node
Add missing firmware/optee node, so is can be both used and copied into
Linux device tree by optee_copy_firmware_node(). This is consistent with
other i.MX93 boards.
Signed-off-by: Mathieu Dubois-Briand <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi b/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi index 41111b1a95a..2ce9f46b2ad 100644 --- a/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi +++ b/arch/arm/dts/imx93-11x11-frdm-u-boot.dtsi @@ -12,6 +12,13 @@ bootph-pre-ram; bootph-some-ram; }; + + firmware { + optee { + compatible = "linaro,optee-tz"; + method = "smc"; + }; + }; }; &A55_0 { |
