Commit 2dd579fc authored by Justin Swartz's avatar Justin Swartz Committed by Heiko Stuebner
Browse files

ARM: dts: remove disable-wp from rk3229-xms6 emmc



Remove the disable-wp attribute from &emmc as it is, according to
Documentation/devicetree/bindings/mmc/mmc-controller.yaml:

    "Not used in combination with eMMC or SDIO."

Suggested-by: default avatarJohan Jonker <jbx6244@gmail.com>
Signed-off-by: default avatarJustin Swartz <justin.swartz@risingedge.co.za>
Link: https://lore.kernel.org/r/20200406135006.23759-2-justin.swartz@risingedge.co.za


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 6067ec2c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -137,7 +137,6 @@

&emmc {
	cap-mmc-highspeed;
	disable-wp;
	non-removable;
	status = "okay";
};