]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: ls1088a: Update qspi node properties
authorKuldeep Singh <kuldeep.singh@nxp.com>
Fri, 1 Oct 2021 10:54:24 +0000 (16:24 +0530)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 9 Nov 2021 09:20:22 +0000 (14:50 +0530)
Remove "num-cs" property from device-tree as it is no longer used by
qspi driver anymore.

Also, specify status as "disabled" and enable qspi support in respective
board dts files. This will also help in aligning node properties with
other board properties.

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/arm/dts/fsl-ls1088a.dtsi

index 3a5a50fb8313f4f7c29ee473d7575e94c5249050..0db02b1c230c0355de4adc2ff30130de7d1043d7 100644 (file)
@@ -99,7 +99,7 @@
                reg = <0x0 0x20c0000 0x0 0x10000>,
                        <0x0 0x20000000 0x0 0x10000000>;
                reg-names = "QuadSPI", "QuadSPI-memory";
-               num-cs = <4>;
+               status = "disabled";
        };
 
        esdhc: esdhc@2140000 {