Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: correct SPI nor compatible in SMDK5250

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>

+1 -1
+1 -1
arch/arm/boot/dts/exynos5250-smdk5250.dts
··· 391 391 flash@0 { 392 392 #address-cells = <1>; 393 393 #size-cells = <1>; 394 - compatible = "w25x80"; 394 + compatible = "winbond,w25x80", "jedec,spi-nor"; 395 395 reg = <0>; 396 396 spi-max-frequency = <1000000>; 397 397