From: Joel Stanley Date: Thu, 5 Sep 2019 00:02:20 +0000 (-0700) Subject: ARM: dts: aspeed-g4: Add all flash chips X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~3890^2~3^2~5 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=901d51435c31f9c3147efa64e379bf00208bde01;p=linux.git ARM: dts: aspeed-g4: Add all flash chips The FMC supports five chip selects, so describe the five possible flash chips. Reviewed-by: Andrew Jeffery Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index e465cda40fe7..dffb595d30e4 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -67,6 +67,26 @@ compatible = "jedec,spi-nor"; status = "disabled"; }; + flash@1 { + reg = < 1 >; + compatible = "jedec,spi-nor"; + status = "disabled"; + }; + flash@2 { + reg = < 2 >; + compatible = "jedec,spi-nor"; + status = "disabled"; + }; + flash@3 { + reg = < 3 >; + compatible = "jedec,spi-nor"; + status = "disabled"; + }; + flash@4 { + reg = < 4 >; + compatible = "jedec,spi-nor"; + status = "disabled"; + }; }; spi: spi@1e630000 {