ARM: dts: aspeed: Remove sdhci-drive-type property from AST2600 EVB

The property isn't specified in the bindings and is not used by the
corresponding driver, so drop it.

Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Andrew Jeffery 2025-12-11 17:45:49 +09:00
parent f28674fab3
commit 64a55c5ee1

View File

@ -314,7 +314,6 @@ &sdhci0 {
status = "okay";
bus-width = <4>;
max-frequency = <100000000>;
sdhci-drive-type = /bits/ 8 <3>;
sdhci-caps-mask = <0x7 0x0>;
sdhci,wp-inverted;
vmmc-supply = <&vcc_sdhci0>;
@ -326,7 +325,6 @@ &sdhci1 {
status = "okay";
bus-width = <4>;
max-frequency = <100000000>;
sdhci-drive-type = /bits/ 8 <3>;
sdhci-caps-mask = <0x7 0x0>;
sdhci,wp-inverted;
vmmc-supply = <&vcc_sdhci1>;