]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: sun4i: Add H616 USB PHY support
authorAndre Przywara <andre.przywara@arm.com>
Sun, 11 Jun 2023 23:32:40 +0000 (00:32 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Thu, 20 Jul 2023 23:28:13 +0000 (00:28 +0100)
commit830b3a8e40816c21d038dfcfe30553657c0d9043
tree48b4e6db2868fa5b1542ed4ccec61279d9f37cac
parent730b452caa200df2c9aa4342526538f1b57cf2ad
phy: sun4i: Add H616 USB PHY support

Now that the Allwinner USB PHY driver supports the H616 quirk, let's
enable support for USB ports on that SoC.

We connect the compatible string to a new struct describing the SoCs USB
PHY properties, and unblock the PHY driver selection in Kconfig.

A later patch will enable USB support in the H616 boards' defconfigs.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>
drivers/phy/allwinner/Kconfig
drivers/phy/allwinner/phy-sun4i-usb.c