linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: ux500: modify initial levelshifter status
@ 2015-09-17  9:50 Linus Walleij
  2015-10-02 11:12 ` Ulf Hansson
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2015-09-17  9:50 UTC (permalink / raw)
  To: linux-arm-kernel

commit 1d8aca9df612f5751892fb2642d72536f2f48fd0
"ARM: ux500: fix MMC/SD card regression"
fixed broken the level shifter: it should be default ON
but became default OFF.

Fixes: 1d8aca9df612 "ARM: ux500: fix MMC/SD card regression"
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 arch/arm/boot/dts/ste-hrefv60plus.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/ste-hrefv60plus.dtsi b/arch/arm/boot/dts/ste-hrefv60plus.dtsi
index 810cda743b6d..9c2387b34d0c 100644
--- a/arch/arm/boot/dts/ste-hrefv60plus.dtsi
+++ b/arch/arm/boot/dts/ste-hrefv60plus.dtsi
@@ -56,7 +56,7 @@
 					/* VMMCI level-shifter enable */
 					default_hrefv60_cfg2 {
 						pins = "GPIO169_D22";
-						ste,config = <&gpio_out_lo>;
+						ste,config = <&gpio_out_hi>;
 					};
 					/* VMMCI level-shifter voltage select */
 					default_hrefv60_cfg3 {
-- 
2.4.3

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

* [PATCH] ARM: ux500: modify initial levelshifter status
  2015-09-17  9:50 [PATCH] ARM: ux500: modify initial levelshifter status Linus Walleij
@ 2015-10-02 11:12 ` Ulf Hansson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Hansson @ 2015-10-02 11:12 UTC (permalink / raw)
  To: linux-arm-kernel

On 17 September 2015 at 11:50, Linus Walleij <linus.walleij@linaro.org> wrote:
> commit 1d8aca9df612f5751892fb2642d72536f2f48fd0
> "ARM: ux500: fix MMC/SD card regression"
> fixed broken the level shifter: it should be default ON
> but became default OFF.
>
> Fixes: 1d8aca9df612 "ARM: ux500: fix MMC/SD card regression"
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Reported-and-tested-by: Ulf Hansson <ulf.hansson@linaro.org>

Kind regards
Uffe

> ---
>  arch/arm/boot/dts/ste-hrefv60plus.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/ste-hrefv60plus.dtsi b/arch/arm/boot/dts/ste-hrefv60plus.dtsi
> index 810cda743b6d..9c2387b34d0c 100644
> --- a/arch/arm/boot/dts/ste-hrefv60plus.dtsi
> +++ b/arch/arm/boot/dts/ste-hrefv60plus.dtsi
> @@ -56,7 +56,7 @@
>                                         /* VMMCI level-shifter enable */
>                                         default_hrefv60_cfg2 {
>                                                 pins = "GPIO169_D22";
> -                                               ste,config = <&gpio_out_lo>;
> +                                               ste,config = <&gpio_out_hi>;
>                                         };
>                                         /* VMMCI level-shifter voltage select */
>                                         default_hrefv60_cfg3 {
> --
> 2.4.3
>

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

* [PATCH] ARM: ux500: modify initial levelshifter status
@ 2015-10-13 17:46 Linus Walleij
  2015-10-14 15:15 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2015-10-13 17:46 UTC (permalink / raw)
  To: linux-arm-kernel

commit 1d8aca9df612f5751892fb2642d72536f2f48fd0
"ARM: ux500: fix MMC/SD card regression"
fixed broken the level shifter: it should be default ON
but became default OFF.

Fixes: 1d8aca9df612 "ARM: ux500: fix MMC/SD card regression"
Reported-and-tested-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ARM SoC folks: please apply this directly for fixes. I have
no other Ux500 fixes pending for now.
---
 arch/arm/boot/dts/ste-hrefv60plus.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/ste-hrefv60plus.dtsi b/arch/arm/boot/dts/ste-hrefv60plus.dtsi
index 810cda743b6d..9c2387b34d0c 100644
--- a/arch/arm/boot/dts/ste-hrefv60plus.dtsi
+++ b/arch/arm/boot/dts/ste-hrefv60plus.dtsi
@@ -56,7 +56,7 @@
 					/* VMMCI level-shifter enable */
 					default_hrefv60_cfg2 {
 						pins = "GPIO169_D22";
-						ste,config = <&gpio_out_lo>;
+						ste,config = <&gpio_out_hi>;
 					};
 					/* VMMCI level-shifter voltage select */
 					default_hrefv60_cfg3 {
-- 
2.4.3

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

* [PATCH] ARM: ux500: modify initial levelshifter status
  2015-10-13 17:46 Linus Walleij
@ 2015-10-14 15:15 ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2015-10-14 15:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 13 October 2015 19:46:54 Linus Walleij wrote:
> 
> Fixes: 1d8aca9df612 "ARM: ux500: fix MMC/SD card regression"
> Reported-and-tested-by: Ulf Hansson <ulf.hansson@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ARM SoC folks: please apply this directly for fixes. I have
> no other Ux500 fixes pending for now.
> 

Applied to fixes branch, thanks!

	Arnd

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

end of thread, other threads:[~2015-10-14 15:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17  9:50 [PATCH] ARM: ux500: modify initial levelshifter status Linus Walleij
2015-10-02 11:12 ` Ulf Hansson
  -- strict thread matches above, loose matches on Subject: below --
2015-10-13 17:46 Linus Walleij
2015-10-14 15:15 ` Arnd Bergmann

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).