arm: mvebu: solidrun-microsom: update SPI flash compatible
authorBaruch Siach <baruch@tkos.co.il>
Thu, 14 Jun 2018 15:17:51 +0000 (18:17 +0300)
committerStefan Roese <sr@denx.de>
Tue, 7 Aug 2018 08:53:52 +0000 (10:53 +0200)
Add the "spi-flash" compatible string so that the generic sf_probe
driver can probe the SPI flash on the SolidRun SOM.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-38x-solidrun-microsom.dtsi

index a2627223ce3b83dd1b6f7c2788912de31a369c91..74f58de85c4388b6fd9b9997e1b72ef187f00805 100644 (file)
@@ -86,7 +86,7 @@
        w25q32: spi-flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "w25q32", "jedec,spi-nor";
+               compatible = "w25q32", "jedec,spi-nor", "spi-flash";
                reg = <0>; /* Chip select 0 */
                spi-max-frequency = <3000000>;
                status = "disabled";