commit | 003fbb2f8e7c6f278513d6a5f2d101f924a4044d | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Jun 12 00:32:36 2023 +0100 |
committer | Andre Przywara <andre.przywara@arm.com> | Fri Jul 21 00:21:42 2023 +0100 |
tree | 9ec86fb8c29b47c2b0a9e1b146257c8d5dd851b9 | |
parent | 999bc5e660a31a97870e6afb42b0b9cf7f3f780a [diff] |
phy: sun4i-usb: add Allwinner F1C100s support The Allwinner F1C100s implements a single USB PHY, connected to its MUSB OTG controller. The USB PHY is of the simpler, older type (like the A10), the only real difference is that it's indeed only one PHY. Add a struct describing those F1C100s USB PHY properties, and connect it to the new compatible string. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jernej Skrabec <jernej.skrabec@gmail.com>