mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: atmel: sama5d4 xplained: fix mci1 power pin
@ 2015-01-20  7:28 Bo Shen
  2015-01-21  9:39 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Bo Shen @ 2015-01-20  7:28 UTC (permalink / raw)
  To: s.hauer; +Cc: barebox

Correct the mci1 power pin from PE15 to PE4.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---

 arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c b/arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c
index da5a678..c0a7cae 100644
--- a/arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c
+++ b/arch/arm/boards/sama5d4_xplained/sama5d4_xplained.c
@@ -161,7 +161,7 @@ static void ek_add_device_mci(void)
 	at91_add_device_mci(1, &mci1_data);
 
 	/* power on MCI1 */
-	at91_set_gpio_output(AT91_PIN_PE15, 0);
+	at91_set_gpio_output(AT91_PIN_PE4, 0);
 }
 #else
 static void ek_add_device_mci(void) {}
-- 
2.3.0.rc0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] ARM: atmel: sama5d4 xplained: fix mci1 power pin
  2015-01-20  7:28 [PATCH] ARM: atmel: sama5d4 xplained: fix mci1 power pin Bo Shen
@ 2015-01-21  9:39 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-01-21  9:39 UTC (permalink / raw)
  To: Bo Shen; +Cc: barebox

On Tue, Jan 20, 2015 at 03:28:16PM +0800, Bo Shen wrote:
> Correct the mci1 power pin from PE15 to PE4.
> 
> Signed-off-by: Bo Shen <voice.shen@atmel.com>

Applied, thanks

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-01-21  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-20  7:28 [PATCH] ARM: atmel: sama5d4 xplained: fix mci1 power pin Bo Shen
2015-01-21  9:39 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox