summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2014-12-03 18:02:18 +0800
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-01-19 15:02:43 +0100
commite05e46ed3c55b21ee56ea39aceab5601e6a62e3b (patch)
treeb4a8cbdc06f4e09a5c12bb830846179479438869 /arch
parentd4798a2b52629a63a476f1378d59ae0e8719c23c (diff)
downloadblackbird-obmc-uboot-e05e46ed3c55b21ee56ea39aceab5601e6a62e3b.tar.gz
blackbird-obmc-uboot-e05e46ed3c55b21ee56ea39aceab5601e6a62e3b.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-at91/atmel_usba_udc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-at91/atmel_usba_udc.h b/arch/arm/include/asm/arch-at91/atmel_usba_udc.h
index 6f540d23af..38b5012fce 100644
--- a/arch/arm/include/asm/arch-at91/atmel_usba_udc.h
+++ b/arch/arm/include/asm/arch-at91/atmel_usba_udc.h
@@ -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),
OpenPOWER on IntegriCloud