mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-06-02 08:42:22 -04: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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user