On Wed, May 15, 2019 at 5:46 PM Andre Przywara <[email protected]> wrote: > > 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.
Can you also add Pinebook here? It has the same issue. > 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 > > -- > You received this message because you are subscribed to the Google Groups > "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/linux-sunxi/20190516004609.25304-1-andre.przywara%40arm.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/linux-sunxi/CA%2BE%3DqVfqAy_UbK%2BcwuuzyC%3DXA8ts%3DXmB9gOZS1ZumO_OBUQ2Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
