From 419a3ef9db14b31e30b3725d9bdb3a584d7e116e Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 23 Apr 2019 00:10:32 -0700 Subject: [PATCH] MLK-21848-3 DTS: imx8qm: Enable the flexspi node for SPL DM Add the "u-boot,dm-spl;" property to flexspi0 node, so we can use it in SPL. Signed-off-by: Ye Li --- arch/arm/dts/fsl-imx8qm-u-boot.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts/fsl-imx8qm-u-boot.dtsi b/arch/arm/dts/fsl-imx8qm-u-boot.dtsi index 9a4a83b70e..35bb7df0a2 100644 --- a/arch/arm/dts/fsl-imx8qm-u-boot.dtsi +++ b/arch/arm/dts/fsl-imx8qm-u-boot.dtsi @@ -56,6 +56,10 @@ u-boot,dm-spl; }; +&pd_lsio_flexspi0 { + u-boot,dm-spl; +}; + &pd_conn { u-boot,dm-spl; }; @@ -115,3 +119,7 @@ &usdhc2 { u-boot,dm-spl; }; + +&flexspi0 { + u-boot,dm-spl; +}; -- 2.17.1