arm64: dts: ls: Add optee node
authorSumit Garg <sumit.garg@nxp.com>
Fri, 8 Sep 2017 23:33:28 +0000 (05:03 +0530)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Sep 2017 05:42:38 +0000 (13:42 +0800)
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>
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi

index 09ce00022728df652e1c01640acb4c8ccd03df37..3b0b6e4fdc11ac2e0e923862ad45fd32ab9cd228 100644 (file)
                        phy_type = "ulpi";
                };
        };
+
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+               };
+       };
 };
index d16b9cc1e8252c835479f53f9cf8af1657fa5125..c196ac77a77945b16aeea7316d6b039aaf81e977 100644 (file)
                };
        };
 
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+               };
+       };
+
 };
 
 #include "qoriq-qman-portals.dtsi"
index c8ff0baddf1d06858091df65a66d60c348cc0e43..f24546705ce2bb208b98acdf6bff3501114402ef 100644 (file)
                        no-map;
                };
        };
+
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+               };
+       };
 };
 
 #include "qoriq-qman-portals.dtsi"
index 33797b3736744bbeee590014a3342b514758a0b8..253df8a1a81b7a69ae57acba9c2ae9ca3dafb7db 100644 (file)
                };
        };
 
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+               };
+       };
+
 };
index 4fb9a0966a84f2db6c51861c5087ccb5346c49c9..f3a40af33af8ad9e3d910eb9e807bd37eaf1454c 100644 (file)
                interrupts = <0 18 0x4>;
                little-endian;
        };
+
+       firmware {
+               optee {
+                       compatible = "linaro,optee-tz";
+                       method = "smc";
+               };
+       };
 };