summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKuldeep Singh <kuldeep.singh@nxp.com>2021-10-01 13:54:24 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2021-11-09 12:20:22 +0300
commitf5402117ade90d136349bc227a544771e112c981 (patch)
tree7bc281362b63b786eef5fb8f44348c4d0b0a444f /arch
parentcbdc4c974fbd884c40b7923d9f5f9d0d165d4268 (diff)
downloadu-boot-f5402117ade90d136349bc227a544771e112c981.tar.xz
arm: dts: ls1088a: Update qspi node properties
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/fsl-ls1088a.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/fsl-ls1088a.dtsi b/arch/arm/dts/fsl-ls1088a.dtsi
index 3a5a50fb83..0db02b1c23 100644
--- a/arch/arm/dts/fsl-ls1088a.dtsi
+++ b/arch/arm/dts/fsl-ls1088a.dtsi
@@ -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 {