mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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>
This commit is contained in:
parent
64a55c5ee1
commit
eedad02568
|
|
@ -315,7 +315,7 @@ &sdhci0 {
|
|||
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 @@ &sdhci1 {
|
|||
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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user