ARM: dts: renesas: replace toshiba, mmc-wrprotect-disable with disable-wp
Follow up commit 788778b0d2
("mmc: tmio: deprecate "toshiba,
mmc-wrprotect-disable" DT property").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
1d26a52171
commit
9eb663e838
|
@ -234,7 +234,7 @@
|
||||||
&sdhi0 {
|
&sdhi0 {
|
||||||
vmmc-supply = <&vcc_sdhi0>;
|
vmmc-supply = <&vcc_sdhi0>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
toshiba,mmc-wrprotect-disable;
|
disable-wp;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&sdhi0_pins>;
|
pinctrl-0 = <&sdhi0_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
@ -244,7 +244,7 @@
|
||||||
vmmc-supply = <&ape6evm_fixed_3v3>;
|
vmmc-supply = <&ape6evm_fixed_3v3>;
|
||||||
bus-width = <4>;
|
bus-width = <4>;
|
||||||
broken-cd;
|
broken-cd;
|
||||||
toshiba,mmc-wrprotect-disable;
|
disable-wp;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
pinctrl-0 = <&sdhi1_pins>;
|
pinctrl-0 = <&sdhi1_pins>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
|
@ -336,7 +336,7 @@
|
||||||
GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
|
GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&mstp3_clks SH73A0_CLK_SDHI1>;
|
clocks = <&mstp3_clks SH73A0_CLK_SDHI1>;
|
||||||
power-domains = <&pd_a3sp>;
|
power-domains = <&pd_a3sp>;
|
||||||
toshiba,mmc-wrprotect-disable;
|
disable-wp;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
@ -348,7 +348,7 @@
|
||||||
GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
|
GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&mstp3_clks SH73A0_CLK_SDHI2>;
|
clocks = <&mstp3_clks SH73A0_CLK_SDHI2>;
|
||||||
power-domains = <&pd_a3sp>;
|
power-domains = <&pd_a3sp>;
|
||||||
toshiba,mmc-wrprotect-disable;
|
disable-wp;
|
||||||
cap-sd-highspeed;
|
cap-sd-highspeed;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue