kernel: bump 5.4 to 5.4.45
[openwrt/staging/wigyori.git] / target / linux / layerscape / patches-5.4 / 302-dts-0035-arm64-dts-lx2160a-add-optee-tz-node.patch
1 From 9ab6cc70cd84ca4a140b30b8a0a2371a3585a72a Mon Sep 17 00:00:00 2001
2 From: Pankaj Gupta <pankaj.gupta@nxp.com>
3 Date: Tue, 27 Nov 2018 15:33:08 +0530
4 Subject: [PATCH] arm64: dts: lx2160a: add optee-tz node
5
6 Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>
7 ---
8 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi | 7 +++++++
9 1 file changed, 7 insertions(+)
10
11 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
12 +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
13 @@ -1287,4 +1287,11 @@
14 };
15 };
16 };
17 +
18 + firmware {
19 + optee {
20 + compatible = "linaro,optee-tz";
21 + method = "smc";
22 + };
23 + };
24 };