summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/ls1021a-tsn.dts
diff options
context:
space:
mode:
authorLi Yang <leoyang.li@nxp.com>2021-10-12 18:58:23 -0500
committerShawn Guo <shawnguo@kernel.org>2021-10-15 11:16:58 +0800
commit05e63b48b20fa70726be505a7660d1a07bc1cffb (patch)
treeb455cb268cd180837021d51863d27472c6047fb3 /arch/arm/boot/dts/ls1021a-tsn.dts
parent1ee1500ef717eefb5d9bdaf97905cb81b4e69aa4 (diff)
ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash
We cannot list all the possible chips used in different board revisions, just use the generic "jedec,spi-nor" compatible instead. This also fixes dtbs_check error: ['jedec,spi-nor', 's25fl256s1', 's25fl512s'] is too long Signed-off-by: Li Yang <leoyang.li@nxp.com> Reviewed-by: Kuldeep Singh <kuldeep.singh@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a-tsn.dts')
-rw-r--r--arch/arm/boot/dts/ls1021a-tsn.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ls1021a-tsn.dts b/arch/arm/boot/dts/ls1021a-tsn.dts
index 8005efc5c812..ff0ffb22768b 100644
--- a/arch/arm/boot/dts/ls1021a-tsn.dts
+++ b/arch/arm/boot/dts/ls1021a-tsn.dts
@@ -251,7 +251,7 @@
flash@0 {
/* Rev. A uses 64MB flash, Rev. B & C use 32MB flash */
- compatible = "jedec,spi-nor", "s25fl256s1", "s25fl512s";
+ compatible = "jedec,spi-nor";
spi-max-frequency = <20000000>;
#address-cells = <1>;
#size-cells = <1>;