arm: mvebu: armada-xp-theadorable.dts: Add "spi-flash" compatible property
authorStefan Roese <sr@denx.de>
Tue, 23 Oct 2018 10:25:15 +0000 (12:25 +0200)
committerStefan Roese <sr@denx.de>
Tue, 6 Nov 2018 12:21:13 +0000 (13:21 +0100)
Add the "spi-flash" compatible string so that the generic sf_probe
driver can probe the SPI flash on the theadorable Armada-XP board.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-xp-theadorable.dts

index 7087ccfc2f0f60565b7824233dbb055e2fb1942b..065e4434175a33e03e5c988d80eafc0eb0c99fa6 100644 (file)
                                        u-boot,dm-pre-reloc;
                                        #address-cells = <1>;
                                        #size-cells = <1>;
-                                       compatible = "n25q128a13", "jedec,spi-nor";
+                                       compatible = "n25q128a13", "jedec,spi-nor", "spi-flash";
                                        reg = <0>; /* Chip select 0 */
                                        spi-max-frequency = <27777777>;
                                };