commit | 8a3292aecd183d3a71bf88931d4e202874a9aa47 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Jun 12 00:32:40 2023 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Fri Jul 21 00:28:13 2023 +0100 |
tree | 48b4e6db2868fa5b1542ed4ccec61279d9f37cac | |
parent | 720f4e4fbe2fffdcd5181ba79ae8174663146af1 [diff] |
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>