]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: keystone: Fix missing fallback and case in SPI NOR node compatible
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 20 Apr 2022 09:02:47 +0000 (11:02 +0200)
committerNishanth Menon <nm@ti.com>
Fri, 22 Apr 2022 18:48:38 +0000 (13:48 -0500)
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
arch/arm/boot/dts/keystone-k2e-evm.dts
arch/arm/boot/dts/keystone-k2hk-evm.dts
arch/arm/boot/dts/keystone-k2l-evm.dts

index 8f49883a675ec0fe282e8e7f1958135aa0f27e6c..5d6d074011dfc290c633834ac620a609b42bebbe 100644 (file)
        nor_flash: flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "Micron,n25q128a11";
+               compatible = "micron,n25q128a11", "jedec,spi-nor";
                spi-max-frequency = <54000000>;
                m25p,fast-read;
                reg = <0>;
index f968af0bfad3352b5c2cd1e456ecd1dcf66e3c6f..4a91f5ded402af22953a8204d11a65000c2e81c0 100644 (file)
        nor_flash: flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "Micron,n25q128a11";
+               compatible = "micron,n25q128a11", "jedec,spi-nor";
                spi-max-frequency = <54000000>;
                m25p,fast-read;
                reg = <0>;
index 32619b3c580425d821512910064e07e1d7aebf4d..1c880cf8fa9130491d9c12c8540f5e775dc9ca05 100644 (file)
        nor_flash: flash@0 {
                #address-cells = <1>;
                #size-cells = <1>;
-               compatible = "Micron,n25q128a11";
+               compatible = "micron,n25q128a11", "jedec,spi-nor";
                spi-max-frequency = <54000000>;
                m25p,fast-read;
                reg = <0>;