MLK-21848-2 DTS: imx8qxp: Enable the flexspi node for SPL DM
authorYe Li <ye.li@nxp.com>
Tue, 23 Apr 2019 06:33:18 +0000 (23:33 -0700)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 09:37:50 +0000 (02:37 -0700)
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 <ye.li@nxp.com>
arch/arm/dts/fsl-imx8qxp-u-boot.dtsi

index 2015590..353db4b 100644 (file)
        u-boot,dm-spl;
 };
 
+&pd_lsio_flexspi0 {
+       u-boot,dm-spl;
+};
+
 &gpio0 {
        u-boot,dm-spl;
 };
 &usdhc2 {
        u-boot,dm-spl;
 };
+
+&flexspi0 {
+       u-boot,dm-spl;
+};
\ No newline at end of file