Re: [PATCH 04/21] hw/usb/hcd-dwc3: Align global registers size with Linux

2025-01-28 Thread Peter Maydell
On Mon, 20 Jan 2025 at 20:38, Bernhard Beschow wrote: > > While at it add missing GUSB2RHBCTL register as found in i.MX 8M Plus > reference > manual. > > Signed-off-by: Bernhard Beschow Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 04/21] hw/usb/hcd-dwc3: Align global registers size with Linux

2025-01-20 Thread Bernhard Beschow
While at it add missing GUSB2RHBCTL register as found in i.MX 8M Plus reference manual. Signed-off-by: Bernhard Beschow --- include/hw/usb/hcd-dwc3.h | 2 +- hw/usb/hcd-dwc3.c | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/hw/usb/hcd-dwc3.h b/include/hw/