Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za>
Link: https://lore.kernel.org/r/20200406135006.23759-2-justin.swartz@risingedge.co.za
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Justin Swartz and committed by
Heiko Stuebner
2dd579fc 6067ec2c

-1
-1
arch/arm/boot/dts/rk3229-xms6.dts
··· 137 137 138 138 &emmc { 139 139 cap-mmc-highspeed; 140 - disable-wp; 141 140 non-removable; 142 141 status = "okay"; 143 142 };