usb: gadget: atmel: Add SAM9X60 support
authorZixun LI <admin@hifiphile.com>
Mon, 31 Mar 2025 16:26:07 +0000 (18:26 +0200)
committerMattijs Korpershoek <mkorpershoek@kernel.org>
Thu, 10 Apr 2025 08:02:06 +0000 (10:02 +0200)
commitdc22cf37af6d604513f8c6f02d4cb551d5a59435
tree19702599c2b88dbbb43be77a4cfa7a011d538b47
parentc76a7090f6480affbe3946fcd0dcc6df9bfe05b3
usb: gadget: atmel: Add SAM9X60 support

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".

Signed-off-by: Zixun LI <admin@hifiphile.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Link: https://lore.kernel.org/r/20250331162611.1557759-2-admin@hifiphile.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
arch/arm/mach-at91/include/mach/atmel_usba_udc.h
drivers/usb/gadget/atmel_usba_udc.c