linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node
@ 2019-02-19 13:03 Johan Jonker
  2019-02-20  2:06 ` [PATCH] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node【请注意,邮件由linux-rockchip-bounces+shawn.lin=rock-chips.com@lists.infradead.org代发】 Shawn Lin
  2019-03-10 15:19 ` [PATCH v2] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node Johan Jonker
  0 siblings, 2 replies; 4+ messages in thread
From: Johan Jonker @ 2019-02-19 13:03 UTC (permalink / raw)
  To: heiko
  Cc: robh+dt, mark.rutland, linux-arm-kernel, linux-rockchip,
	devicetree, linux-kernel

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>
---
 arch/arm/boot/dts/rv1108-elgin-r1.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/rv1108-elgin-r1.dts b/arch/arm/boot/dts/rv1108-elgin-r1.dts
index 1c4507b..b1db924 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;
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node【请注意,邮件由linux-rockchip-bounces+shawn.lin=rock-chips.com@lists.infradead.org代发】
  2019-02-19 13:03 [PATCH] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node Johan Jonker
@ 2019-02-20  2:06 ` Shawn Lin
  2019-03-10 15:19 ` [PATCH v2] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node Johan Jonker
  1 sibling, 0 replies; 4+ messages in thread
From: Shawn Lin @ 2019-02-20  2:06 UTC (permalink / raw)
  To: Johan Jonker, heiko
  Cc: shawn.lin, mark.rutland, devicetree, linux-kernel,
	linux-rockchip, robh+dt

On 2019/2/19 21:03, Johan Jonker wrote:
> 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>
> ---
>   arch/arm/boot/dts/rv1108-elgin-r1.dts | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/rv1108-elgin-r1.dts b/arch/arm/boot/dts/rv1108-elgin-r1.dts
> index 1c4507b..b1db924 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;

Reviewed-by: Shawn Lin <shawn.lin@rock-chips.com>

>   	no-sd;
>   	no-sdio;
>   	non-removable;
> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node
  2019-02-19 13:03 [PATCH] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node Johan Jonker
  2019-02-20  2:06 ` [PATCH] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node【请注意,邮件由linux-rockchip-bounces+shawn.lin=rock-chips.com@lists.infradead.org代发】 Shawn Lin
@ 2019-03-10 15:19 ` Johan Jonker
  2019-03-12  8:29   ` Heiko Stuebner
  1 sibling, 1 reply; 4+ messages in thread
From: Johan Jonker @ 2019-03-10 15:19 UTC (permalink / raw)
  To: heiko
  Cc: robh+dt, mark.rutland, linux-arm-kernel, linux-rockchip,
	devicetree, linux-kernel

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>
---
 arch/arm/boot/dts/rv1108-elgin-r1.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/rv1108-elgin-r1.dts b/arch/arm/boot/dts/rv1108-elgin-r1.dts
index 1c4507b66..b1db92471 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;
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node
  2019-03-10 15:19 ` [PATCH v2] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node Johan Jonker
@ 2019-03-12  8:29   ` Heiko Stuebner
  0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2019-03-12  8:29 UTC (permalink / raw)
  To: Johan Jonker
  Cc: robh+dt, mark.rutland, linux-arm-kernel, linux-rockchip,
	devicetree, linux-kernel

Am Sonntag, 10. März 2019, 16:19:28 CET schrieb Johan Jonker:
> 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>

applied for 5.2

Thanks
Heiko



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-12  8:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19 13:03 [PATCH] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node Johan Jonker
2019-02-20  2:06 ` [PATCH] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node【请注意,邮件由linux-rockchip-bounces+shawn.lin=rock-chips.com@lists.infradead.org代发】 Shawn Lin
2019-03-10 15:19 ` [PATCH v2] ARM: dts: rockchip: remove disable-wp from rv1108-elgin-r1 emmc node Johan Jonker
2019-03-12  8:29   ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).