summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorReinhard Meyer <u-boot@emk-elektronik.de>2011-08-04 20:56:11 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-03 22:40:45 +0200
commit55d11d22ca08fdff59a9716f942e161e0bd614f6 (patch)
treefa5b3392cdd31a8486895d3b705b2df570710073 /arch
parenteb6e608b32b92fad645979894c71ffd15b4cb20a (diff)
downloadtalos-obmc-uboot-55d11d22ca08fdff59a9716f942e161e0bd614f6.tar.gz
talos-obmc-uboot-55d11d22ca08fdff59a9716f942e161e0bd614f6.zip
AT91: fix at91sam9g45.h to include USB Host defines
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-at91/at91sam9g45.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91sam9g45.h b/arch/arm/include/asm/arch-at91/at91sam9g45.h
index 4df6b090b8..1aeedc04a1 100644
--- a/arch/arm/include/asm/arch-at91/at91sam9g45.h
+++ b/arch/arm/include/asm/arch-at91/at91sam9g45.h
@@ -144,7 +144,9 @@
* Other misc defines
*/
#define ATMEL_PIO_PORTS 5 /* this SoCs has 5 PIO */
-
+#define ATMEL_BASE_PIO ATMEL_BASE_PIOA
+#define ATMEL_PMC_UHP AT91SAM926x_PMC_UHP
+#define ATMEL_ID_UHP ATMEL_ID_UHPHS
/*
* Cpu Name
*/
OpenPOWER on IntegriCloud