From: Sahil Malhotra <sahil.malhotra@xxxxxxx> Optee node is disabled in SoC dtsi. We are enabling it on qds board. Signed-off-by: Sahil Malhotra <sahil.malhotra@xxxxxxx> Signed-off-by: Li Yang <leoyang.li@xxxxxxx> --- arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts index 0e2cc610d138..9c74be22d263 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts @@ -349,6 +349,10 @@ &mscc_felix_port4 { status = "okay"; }; +&optee { + status = "okay"; +}; + &sai1 { status = "okay"; }; -- 2.25.1