Forráskód Böngészése

AT91: fix at91sam9g45.h to include USB Host defines

Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Reinhard Meyer 13 éve
szülő
commit
55d11d22ca
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      arch/arm/include/asm/arch-at91/at91sam9g45.h

+ 3 - 1
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
  */