All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] board: sama5d27_som1_ek: Fix the USB vbus power
@ 2018-04-24 11:36 Eugen Hristev
  2018-05-08 17:16 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Eugen Hristev @ 2018-04-24 11:36 UTC (permalink / raw)
  To: u-boot

According to the REVB schematic, fix the USB vbus power enable pin.

Based on original work by Wenyou Yang

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c b/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
index 80d7725..5eae111 100644
--- a/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
+++ b/board/atmel/sama5d27_som1_ek/sama5d27_som1_ek.c
@@ -20,7 +20,7 @@ DECLARE_GLOBAL_DATA_PTR;
 
 static void board_usb_hw_init(void)
 {
-	atmel_pio4_set_pio_output(AT91_PIO_PORTB, 10, 1);
+	atmel_pio4_set_pio_output(AT91_PIO_PORTA, 27, 1);
 }
 
 #ifdef CONFIG_BOARD_LATE_INIT
-- 
2.7.4

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

* [U-Boot] board: sama5d27_som1_ek: Fix the USB vbus power
  2018-04-24 11:36 [U-Boot] [PATCH] board: sama5d27_som1_ek: Fix the USB vbus power Eugen Hristev
@ 2018-05-08 17:16 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-05-08 17:16 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 24, 2018 at 02:36:28PM +0300, Eugen Hristev wrote:

> According to the REVB schematic, fix the USB vbus power enable pin.
> 
> Based on original work by Wenyou Yang
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180508/14782b0d/attachment.sig>

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

end of thread, other threads:[~2018-05-08 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-24 11:36 [U-Boot] [PATCH] board: sama5d27_som1_ek: Fix the USB vbus power Eugen Hristev
2018-05-08 17:16 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.