]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: aspeed: Use specified wp-inverted property for AST2600 EVB
authorAndrew Jeffery <andrew@codeconstruct.com.au>
Thu, 11 Dec 2025 08:45:50 +0000 (17:45 +0900)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Sun, 14 Dec 2025 08:37:17 +0000 (17:37 +0900)
While sdhci-pltfm supports sdhci,wp-inverted, it also supports
the un-prefixed and specified wp-inverted property. Switch the EVB
devicetree to use the specified property to remove warnings when
checking the DTB.

Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
arch/arm/boot/dts/aspeed/aspeed-ast2600-evb.dts

index 3eba676e57f151b3e21f86818c83a12f93aad7d0..c51977dcb56bb31a8e2ff4627c867b19e29889c9 100644 (file)
        bus-width = <4>;
        max-frequency = <100000000>;
        sdhci-caps-mask = <0x7 0x0>;
-       sdhci,wp-inverted;
+       wp-inverted;
        vmmc-supply = <&vcc_sdhci0>;
        vqmmc-supply = <&vccq_sdhci0>;
        clk-phase-sd-hs = <7>, <200>;
        bus-width = <4>;
        max-frequency = <100000000>;
        sdhci-caps-mask = <0x7 0x0>;
-       sdhci,wp-inverted;
+       wp-inverted;
        vmmc-supply = <&vcc_sdhci1>;
        vqmmc-supply = <&vccq_sdhci1>;
        clk-phase-sd-hs = <7>, <200>;