summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@codeconstruct.com.au>2025-12-11 11:45:50 +0300
committerAndrew Jeffery <andrew@codeconstruct.com.au>2025-12-14 11:37:17 +0300
commiteedad0256832c5c1a851adac029d7bc97fbb2080 (patch)
tree7672a79ac61a49bfd21599d625486a9d834def53
parent64a55c5ee1fb359c31b8bcfae38334ec293f19cb (diff)
downloadlinux-eedad0256832c5c1a851adac029d7bc97fbb2080.tar.xz
ARM: dts: aspeed: Use specified wp-inverted property for AST2600 EVB
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>
-rw-r--r--arch/arm/boot/dts/aspeed/aspeed-ast2600-evb.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/aspeed/aspeed-ast2600-evb.dts b/arch/arm/boot/dts/aspeed/aspeed-ast2600-evb.dts
index 3eba676e57f1..c51977dcb56b 100644
--- a/arch/arm/boot/dts/aspeed/aspeed-ast2600-evb.dts
+++ b/arch/arm/boot/dts/aspeed/aspeed-ast2600-evb.dts
@@ -315,7 +315,7 @@
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>;
@@ -326,7 +326,7 @@
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>;