Message ID | 20200406135006.23759-2-justin.swartz@risingedge.co.za (mailing list archive) |
---|---|
State | Mainlined |
Commit | 2dd579fc969882c0036433a74446ba5e57ffab2d |
Headers | show |
Series | ARM: dts: remove disable-wp from rk3229-xms6 emmc | expand |
Am Montag, 6. April 2020, 15:50:05 CEST schrieb Justin Swartz: > 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> applied for 5.8
diff --git a/arch/arm/boot/dts/rk3229-xms6.dts b/arch/arm/boot/dts/rk3229-xms6.dts index 6890af0b7..e75624d46 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"; };
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> --- arch/arm/boot/dts/rk3229-xms6.dts | 1 - 1 file changed, 1 deletion(-)