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

ARM: dts: qcom: ipq4019: fix Micron SPI NOR compatible

The proper compatible for Micron n25q128a11 SPI NOR flash should include
vendor-prefix and use jedec,spi-nor fallback.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220521164550.91115-10-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
7afef282 7b7e501f

+2 -2
+1 -1
arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi
··· 93 93 #address-cells = <1>; 94 94 #size-cells = <1>; 95 95 reg = <0>; 96 - compatible = "n25q128a11"; 96 + compatible = "micron,n25q128a11", "jedec,spi-nor"; 97 97 spi-max-frequency = <24000000>; 98 98 }; 99 99 };
+1 -1
arch/arm/boot/dts/qcom-ipq4019-ap.dk07.1-c1.dts
··· 56 56 #address-cells = <1>; 57 57 #size-cells = <1>; 58 58 reg = <0>; 59 - compatible = "n25q128a11"; 59 + compatible = "micron,n25q128a11", "jedec,spi-nor"; 60 60 spi-max-frequency = <24000000>; 61 61 }; 62 62 };