ARM: dts: remove disable-wp from rk3229-xms6 emmc
authorJustin Swartz <justin.swartz@risingedge.co.za>
Mon, 6 Apr 2020 13:50:05 +0000 (13:50 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 18 May 2020 22:41:04 +0000 (00:41 +0200)
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>
arch/arm/boot/dts/rk3229-xms6.dts

index 727734d..96c9372 100644 (file)
 
 &emmc {
        cap-mmc-highspeed;
-       disable-wp;
        non-removable;
        status = "okay";
 };