arm64: dts: ls1028a: add optee node
authorMichael Walle <michael@walle.cc>
Sun, 15 Nov 2020 22:53:14 +0000 (23:53 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 30 Nov 2020 14:30:29 +0000 (22:30 +0800)
Add the optee node which can either be enabled by a specific board or by
the bootloader.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

index f166c66..7cb6034 100644 (file)
                clocks = <&osc_27m>;
        };
 
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+                       status = "disabled";
+               };
+       };
+
        reboot {
                compatible ="syscon-reboot";
                regmap = <&rst>;