mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
hw/usb: Add basic i.MX USB Phy support
Add basic USB PHY support as implemented in i.MX23, i.MX28, i.MX6, and i.MX7 SoCs. The only support really needed - at least to boot Linux - is support for soft reset, which needs to reset various registers to their initial value. Otherwise, just record register values. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Message-id: 20200313014551.12554-2-linux@roeck-us.net Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
a98135f727
commit
0701a5efa0
6 changed files with 288 additions and 0 deletions
|
@ -373,6 +373,7 @@ config FSL_IMX6
|
|||
select IMX
|
||||
select IMX_FEC
|
||||
select IMX_I2C
|
||||
select IMX_USBPHY
|
||||
select SDHCI
|
||||
|
||||
config ASPEED_SOC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue