Re: (subset) [PATCH v2 1/3] usb: gadget: atmel: Add SAM9X60 support

2025-04-18 Thread Eugen Hristev
On 4/10/25 11:49, Mattijs Korpershoek wrote: > Hi, > > On Mon, 31 Mar 2025 18:26:07 +0200, Zixun LI wrote: >> Compared to SAM9X5 the only difference is the DPRAM memory from the >> USB High Speed Device Port (UDPHS) hardware block was increased, >> so we can reuse the same endpoint data. >> >>

Re: (subset) [PATCH v2 1/3] usb: gadget: atmel: Add SAM9X60 support

2025-04-10 Thread Mattijs Korpershoek
Hi, On Mon, 31 Mar 2025 18:26:07 +0200, Zixun LI wrote: > Compared to SAM9X5 the only difference is the DPRAM memory from the > USB High Speed Device Port (UDPHS) hardware block was increased, > so we can reuse the same endpoint data. > > Also add compatible "microchip,sam9x60-udc". > > > [...]