Message ID | 20240115182757.1095012-1-linux@roeck-us.net |
---|---|
Headers | show |
Series | hw/arm: Add support for USB, SATA, and watchdog to Allwinner R40 | expand |
On Mon, 15 Jan 2024 at 18:28, Guenter Roeck <linux@roeck-us.net> wrote: > > Add support for > > - USB 2.0 EHCI/OHCI > - SATA/AHCI > - Watchdog > > to Allwinner R40. The hardware is quite similar to Allwinner A10 and H3, > so the code is derived from the implementations for those SOCs. > > Tested with bpim2u emulation by instantiating EHCI and OHCI keyboards, > by booting from USB, by booting from ATA/SATA drive, and by manually > testing watchdog operation. > > v2: > - The USB Controllers are part of the chipset, so instantiate them > unconditionally > - Add Reviewed-by: tag to patch 2/3 > Applied to target-arm.next, thanks. -- PMM