diff options
| author | Richard Genoud <richard.genoud@gmail.com> | 2012-11-29 23:18:32 +0000 | 
|---|---|---|
| committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2012-12-09 22:38:27 +0100 | 
| commit | bcfc8976e5c86afd7f14c8a32fcd33baad0b482f (patch) | |
| tree | 811cd1d20eef2f72e63aa0509c4098987de8a63f /arch/arm/include/asm/arch-at91/at91sam9x5.h | |
| parent | b8a7c467960ffb4d5a5e1eef5f7783fb6f594542 (diff) | |
| download | olio-uboot-2014.01-bcfc8976e5c86afd7f14c8a32fcd33baad0b482f.tar.xz olio-uboot-2014.01-bcfc8976e5c86afd7f14c8a32fcd33baad0b482f.zip | |
at91sam9x5: enable USB support for 9x5ek board.
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Acked-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/include/asm/arch-at91/at91sam9x5.h')
| -rw-r--r-- | arch/arm/include/asm/arch-at91/at91sam9x5.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-at91/at91sam9x5.h b/arch/arm/include/asm/arch-at91/at91sam9x5.h index 0e728c96d..de0f1b192 100644 --- a/arch/arm/include/asm/arch-at91/at91sam9x5.h +++ b/arch/arm/include/asm/arch-at91/at91sam9x5.h @@ -154,6 +154,8 @@  #define ATMEL_PIO_PORTS         4  #define CPU_HAS_PIO3  #define PIO_SCDR_DIV            (0x3fff <<  0)  /* Slow Clock Divider Mask */ +#define ATMEL_PMC_UHP		AT91SAM926x_PMC_UHP +#define ATMEL_ID_UHP		ATMEL_ID_UHPHS  /*   * at91sam9x5 specific prototypes |