diff options
author | Johan Jonker | 2019-03-10 16:19:28 +0100 |
---|---|---|
committer | Heiko Stuebner | 2019-03-18 08:45:40 +0100 |
commit | de72618cb94f0487bb74eca35749d1f500f8de73 (patch) | |
tree | 9cbe011ccc89cb9292561cc89926a330e6b7202f | |
parent | 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff) |
ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node
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 controllers.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm/boot/dts/rv1108-elgin-r1.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rv1108-elgin-r1.dts b/arch/arm/boot/dts/rv1108-elgin-r1.dts index 1c4507b66fdd..b1db924710c8 100644 --- a/arch/arm/boot/dts/rv1108-elgin-r1.dts +++ b/arch/arm/boot/dts/rv1108-elgin-r1.dts @@ -37,7 +37,6 @@ &emmc { bus-width = <8>; cap-mmc-highspeed; - disable-wp; no-sd; no-sdio; non-removable; |