mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
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:
parent
f28674fab3
commit
64a55c5ee1
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user