ARM: dts: ls1021a-tsn: use generic "jedec,spi-nor" compatible for flash
authorLi Yang <leoyang.li@nxp.com>
Tue, 12 Oct 2021 23:58:23 +0000 (18:58 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 08:48:28 +0000 (09:48 +0100)
[ Upstream commit 05e63b48b20fa70726be505a7660d1a07bc1cffb ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/ls1021a-tsn.dts

index 9d8f0c2..aca78b5 100644 (file)
 
        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>;