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

ARM: dts: keystone: Fix missing fallback and case in SPI NOR node compatible

Vendor prefix in compatible should be lower-case and the jedec,spi-nor
should be used as fallback, according to the bindings.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20220420090247.73410-2-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Nishanth Menon
6273a186 625f5c50

+3 -3
+1 -1
arch/arm/boot/dts/keystone-k2e-evm.dts
··· 140 140 nor_flash: flash@0 { 141 141 #address-cells = <1>; 142 142 #size-cells = <1>; 143 - compatible = "Micron,n25q128a11"; 143 + compatible = "micron,n25q128a11", "jedec,spi-nor"; 144 144 spi-max-frequency = <54000000>; 145 145 m25p,fast-read; 146 146 reg = <0>;
+1 -1
arch/arm/boot/dts/keystone-k2hk-evm.dts
··· 164 164 nor_flash: flash@0 { 165 165 #address-cells = <1>; 166 166 #size-cells = <1>; 167 - compatible = "Micron,n25q128a11"; 167 + compatible = "micron,n25q128a11", "jedec,spi-nor"; 168 168 spi-max-frequency = <54000000>; 169 169 m25p,fast-read; 170 170 reg = <0>;
+1 -1
arch/arm/boot/dts/keystone-k2l-evm.dts
··· 113 113 nor_flash: flash@0 { 114 114 #address-cells = <1>; 115 115 #size-cells = <1>; 116 - compatible = "Micron,n25q128a11"; 116 + compatible = "micron,n25q128a11", "jedec,spi-nor"; 117 117 spi-max-frequency = <54000000>; 118 118 m25p,fast-read; 119 119 reg = <0>;