ARM: dts: exynos: correct SPI nor compatible in SMDK5250
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 8 Feb 2023 16:49:42 +0000 (17:49 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 9 Feb 2023 11:04:29 +0000 (12:04 +0100)
SPI NOR flash compatible should come with generic jedec,spi-nor fallback
and proper vendor prefix:

  exynos5250-smdk5250.dtb: /soc/spi@12d30000/flash@0: failed to match any schema with compatible: ['w25x80']

Link: https://lore.kernel.org/r/20230208164942.387390-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/exynos5250-smdk5250.dts

index 71293749ac481f30f304a5e9d98e437519eec31e..831b3494bd46567511dbe92cb187bdc691c856a4 100644 (file)
        flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "w25x80";
+               compatible = "winbond,w25x80", "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <1000000>;