From: Ye Li Date: Tue, 23 Apr 2019 06:33:18 +0000 (-0700) Subject: MLK-21848-2 DTS: imx8qxp: Enable the flexspi node for SPL DM X-Git-Tag: rel_imx_4.19.35_1.1.0~650 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=91887cf252eba147c392afb2c17bd53ea59c5b99;p=u-boot.git MLK-21848-2 DTS: imx8qxp: Enable the flexspi node for SPL DM Add the "u-boot,dm-spl;" property to flexspi0 node and its pd node, so we can use it in SPL Signed-off-by: Ye Li --- diff --git a/arch/arm/dts/fsl-imx8qxp-u-boot.dtsi b/arch/arm/dts/fsl-imx8qxp-u-boot.dtsi index 201559008c..353db4b893 100644 --- a/arch/arm/dts/fsl-imx8qxp-u-boot.dtsi +++ b/arch/arm/dts/fsl-imx8qxp-u-boot.dtsi @@ -72,6 +72,10 @@ u-boot,dm-spl; }; +&pd_lsio_flexspi0 { + u-boot,dm-spl; +}; + &gpio0 { u-boot,dm-spl; }; @@ -115,3 +119,7 @@ &usdhc2 { u-boot,dm-spl; }; + +&flexspi0 { + u-boot,dm-spl; +}; \ No newline at end of file