All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] sunxi: A64: enable first USB port on Pine64 boards
@ 2019-05-16  0:46 Andre Przywara
  2019-05-16  0:46 ` [U-Boot] [PATCH 1/2] sunxi: USB PHY: Support shared PHY 0 Andre Przywara
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andre Przywara @ 2019-05-16  0:46 UTC (permalink / raw)
  To: u-boot

Since the beginning the upper USB port on Pine64 boards (Pine64+, SoPine
baseboard, Pine64-LTS, Pinebook) was not working under U-Boot.
This is due to the PHY for those pins being shared with the OTG
controller, which we didn't even enable for those boards. Also the PHY
code was always connecting the port pins to the OTG controller.

These two patches fix this, so the upper USB port on said boards can
be used within U-Boot. This allows to use an USB keyboard alongside
an USB flash drive, for instance to install operating systems using
UEFI.

Cheers,
Andre.

Andre Przywara (2):
  sunxi: USB PHY: Support shared PHY 0
  sunxi: Pine64: DTS: enable USB PHY 0 for HCI0

 arch/arm/dts/sun50i-a64-pine64.dts           | 5 ++++-
 arch/arm/dts/sun50i-a64-sopine-baseboard.dts | 5 ++++-
 drivers/phy/allwinner/phy-sun4i-usb.c        | 8 +++++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

-- 
2.14.5

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

end of thread, other threads:[~2019-05-18  1:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16  0:46 [U-Boot] [PATCH 0/2] sunxi: A64: enable first USB port on Pine64 boards Andre Przywara
2019-05-16  0:46 ` [U-Boot] [PATCH 1/2] sunxi: USB PHY: Support shared PHY 0 Andre Przywara
2019-05-16  0:46 ` [U-Boot] [PATCH 2/2] sunxi: Pine64: DTS: enable USB PHY 0 for HCI0 Andre Przywara
2019-05-16  7:15   ` Peter Robinson
2019-05-16  9:57     ` Andre Przywara
2019-05-17 18:15 ` [U-Boot] [linux-sunxi] [PATCH 0/2] sunxi: A64: enable first USB port on Pine64 boards Vasily Khoruzhick
2019-05-17 18:41   ` André Przywara
2019-05-18  1:28     ` André Przywara

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.