Commit 79164c99 authored by Shawn Lin's avatar Shawn Lin Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: clean up the abuse of disable-wp



The mmc.txt didn't explicitly say disable-wp is for SD card slot
only, but that is what it was designed for in the first place.

Remove all disable-wp from emmc or sdio controller.

Signed-off-by: default avatarShawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 10f595ee
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -116,7 +116,6 @@
&emmc {
	bus-width = <8>;
	cap-mmc-highspeed;
	disable-wp;
	mmc-pwrseq = <&emmc_pwrseq>;
	non-removable;
	pinctrl-names = "default";
+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@
	bus-width = <8>;
	cap-mmc-highspeed;
	clock-frequency = <150000000>;
	disable-wp;
	non-removable;
	vmmc-supply = <&vcc_io>;
	vqmmc-supply = <&vcc18_flash>;
+0 −1
Original line number Diff line number Diff line
@@ -139,7 +139,6 @@
&emmc {
	bus-width = <8>;
	clock-frequency = <150000000>;
	disable-wp;
	mmc-hs200-1_8v;
	non-removable;
	vmmc-supply = <&vcc33_io>;
+0 −1
Original line number Diff line number Diff line
@@ -161,7 +161,6 @@
&emmc {
	bus-width = <8>;
	cap-mmc-highspeed;
	disable-wp;
	mmc-pwrseq = <&emmc_pwrseq>;
	mmc-hs200-1_2v;
	mmc-hs200-1_8v;
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@
	bus-width = <8>;
	cap-mmc-highspeed;
	clock-frequency = <150000000>;
	disable-wp;
	mmc-hs200-1_8v;
	no-sdio;
	no-sd;
Loading