From: Stefan Roese Date: Tue, 23 Oct 2018 10:25:15 +0000 (+0200) Subject: arm: mvebu: armada-xp-theadorable.dts: Add "spi-flash" compatible property X-Git-Tag: v2018.11~18^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6843db99224e1e94ef7ef4c1d7bce5615cd3589d;p=platform%2Fkernel%2Fu-boot.git arm: mvebu: armada-xp-theadorable.dts: Add "spi-flash" compatible property 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 --- diff --git a/arch/arm/dts/armada-xp-theadorable.dts b/arch/arm/dts/armada-xp-theadorable.dts index 7087ccf..065e443 100644 --- a/arch/arm/dts/armada-xp-theadorable.dts +++ b/arch/arm/dts/armada-xp-theadorable.dts @@ -134,7 +134,7 @@ 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>; };