]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/usb: Add basic i.MX USB Phy support
authorGuenter Roeck <linux@roeck-us.net>
Fri, 13 Mar 2020 01:45:47 +0000 (18:45 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Mar 2020 11:23:14 +0000 (11:23 +0000)
commit0701a5efa015189248926879e7d44c45cc55515e
treefbc5df8f0ae6977b2d360bf2b7b76909c396cd05
parenta98135f727595382e200d04c2996e868b7925a01
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>
MAINTAINERS
hw/arm/Kconfig
hw/usb/Kconfig
hw/usb/Makefile.objs
hw/usb/imx-usb-phy.c [new file with mode: 0644]
include/hw/usb/imx-usb-phy.h [new file with mode: 0644]