diff options
author | Justin Swartz <justin.swartz@risingedge.co.za> | 2020-04-06 15:50:05 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-05-19 00:41:04 +0200 |
commit | 2dd579fc969882c0036433a74446ba5e57ffab2d (patch) | |
tree | ef9062a7b6921a74e952b54efd907f1861f3421a /arch/arm/boot/dts/rk3229-xms6.dts | |
parent | ARM: dts: enable WLAN for Mecer Xtreme Mini S6 (diff) | |
download | linux-2dd579fc969882c0036433a74446ba5e57ffab2d.tar.xz linux-2dd579fc969882c0036433a74446ba5e57ffab2d.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3229-xms6.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3229-xms6.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3229-xms6.dts b/arch/arm/boot/dts/rk3229-xms6.dts index 727734d6da9b..96c9372a89ee 100644 --- a/arch/arm/boot/dts/rk3229-xms6.dts +++ b/arch/arm/boot/dts/rk3229-xms6.dts @@ -137,7 +137,6 @@ &emmc { cap-mmc-highspeed; - disable-wp; non-removable; status = "okay"; }; |