summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChao Fu <B44548@freescale.com>2014-10-30 07:25:36 (GMT)
committerMatthew Weigel <Matthew.Weigel@freescale.com>2014-12-11 18:40:02 (GMT)
commit584eca5660d1849ed567c5036ac9da620dc2f755 (patch)
treeed6b58d16d38c966f5608596931c1265301028b9 /arch
parente51b772d90b68d96023ac088e0a7309d842451ce (diff)
downloadlinux-fsl-qoriq-584eca5660d1849ed567c5036ac9da620dc2f755.tar.xz
arm:dts:ls1021ax:Remove qspi flash1 from dts node
Remove qspi the second flash support for LS1 SDK. The QSPI driver was back-ported from the upstream QSPI driver. The upstream version does not support the reading/writing for the second flash chip. This patch removed the second flash support to avoid error information during kernel bringup. Signed-off-by: Chao Fu <B44548@freescale.com> Change-Id: I57b02083ebe8e9a34673243be74d8cfd1c80aa9d Reviewed-on: http://git.am.freescale.net:8181/22587 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Jingchang Lu <jingchang.lu@freescale.com> Reviewed-by: Zhengxiong Jin <Jason.Jin@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/ls1021a-qds.dts8
-rwxr-xr-xarch/arm/boot/dts/ls1021a-twr.dts8
2 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/ls1021a-qds.dts b/arch/arm/boot/dts/ls1021a-qds.dts
index ce96b75..983e1bd 100644
--- a/arch/arm/boot/dts/ls1021a-qds.dts
+++ b/arch/arm/boot/dts/ls1021a-qds.dts
@@ -400,14 +400,6 @@
spi-max-frequency = <20000000>;
reg = <0>;
};
-
- qflash1: s25fl128s@1 {
- compatible = "spansion,s25fl128s";
- #address-cells = <1>;
- #size-cells = <1>;
- spi-max-frequency = <20000000>;
- reg = <1>;
- };
};
&can0 {
diff --git a/arch/arm/boot/dts/ls1021a-twr.dts b/arch/arm/boot/dts/ls1021a-twr.dts
index 7f6ed3d..cf77873 100755
--- a/arch/arm/boot/dts/ls1021a-twr.dts
+++ b/arch/arm/boot/dts/ls1021a-twr.dts
@@ -284,14 +284,6 @@
spi-max-frequency = <20000000>;
reg = <0>;
};
-
- qflash1: n25q128a13@1 {
- compatible = "micron,n25q128a13";
- #address-cells = <1>;
- #size-cells = <1>;
- spi-max-frequency = <20000000>;
- reg = <1>;
- };
};
&sai1 {