diff options
author | Shawn Lin <shawn.lin@rock-chips.com> | 2019-01-22 11:35:47 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2019-01-28 12:51:55 +0300 |
commit | e6b97a47b5b9512828859778acafd3fe107b395e (patch) | |
tree | 67af7af78c798570d3e83479ad9f4333027a854f /arch/arm/boot/dts/rk3066a-mk808.dts | |
parent | 4a26c1602927c79dba91de195c3908d786addf64 (diff) | |
download | linux-e6b97a47b5b9512828859778acafd3fe107b395e.tar.xz |
ARM: 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: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a-mk808.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3066a-mk808.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3066a-mk808.dts b/arch/arm/boot/dts/rk3066a-mk808.dts index b6a8a82d219e..9d2216d71f70 100644 --- a/arch/arm/boot/dts/rk3066a-mk808.dts +++ b/arch/arm/boot/dts/rk3066a-mk808.dts @@ -101,7 +101,6 @@ &mmc1 { bus-width = <4>; - disable-wp; non-removable; pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>; pinctrl-names = "default"; |