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 SMDKv310

SPI NOR flash compatible should come with generic jedec,spi-nor fallback
and proper vendor prefix:

exynos4210-smdkv310.dtb: /soc/spi@13940000/flash@0: failed to match any schema with compatible: ['w25x80']

Link: https://lore.kernel.org/r/20230208164942.387390-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+1 -1
+1 -1
arch/arm/boot/dts/exynos4210-smdkv310.dts
··· 203 203 flash@0 { 204 204 #address-cells = <1>; 205 205 #size-cells = <1>; 206 - compatible = "w25x80"; 206 + compatible = "winbond,w25x80", "jedec,spi-nor"; 207 207 reg = <0>; 208 208 spi-max-frequency = <1000000>; 209 209