mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
ARM: atmel: sama5d4: add usb platform data
The SAMA5D4 has the same usb platform data with SAMA5D3 SoC. Signed-off-by: Bo Shen <voice.shen@atmel.com>
This commit is contained in:
parent
d4798a2b52
commit
e05e46ed3c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ static struct usba_ep_data usba_udc_ep[] = {
|
|||
EP("ep5", 5, 1024, 3, 1, 1),
|
||||
EP("ep6", 6, 1024, 3, 1, 1),
|
||||
};
|
||||
#elif defined(CONFIG_SAMA5D3)
|
||||
#elif defined(CONFIG_SAMA5D3) || defined(CONFIG_SAMA5D4)
|
||||
static struct usba_ep_data usba_udc_ep[] = {
|
||||
EP("ep0", 0, 64, 1, 0, 0),
|
||||
EP("ep1", 1, 1024, 3, 1, 0),
|
||||
|
|
Loading…
Add table
Reference in a new issue