diff options
author | Bo Shen | 2013-05-12 22:40:54 +0000 |
---|---|---|
committer | Andreas Bießmann | 2013-05-21 11:54:16 +0200 |
commit | 3225f34e5c704a9caf3c69527ee1f822aee15108 (patch) | |
tree | 9ae7edc8f5e9d02616c4c5e625736a7922fc762e /arch/arm/include/asm/arch-at91/clk.h | |
parent | e5e8bb05a4cc31624306dbbcc89f99795ff8f462 (diff) |
ARM: atmel: add sama5d3xek support
Add sama5d3xek support with following feature
- boot from NAND flash, PMECC support, 4bit ECC @ 512 bytes sector
- boot from SPI flash support
- boot from SD card support
- LCD support
- EMAC support
- USB OHCI support
Signed-off-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/clk.h')
-rw-r--r-- | arch/arm/include/asm/arch-at91/clk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-at91/clk.h b/arch/arm/include/asm/arch-at91/clk.h index d4852a38c19..04b0f8322ca 100644 --- a/arch/arm/include/asm/arch-at91/clk.h +++ b/arch/arm/include/asm/arch-at91/clk.h @@ -95,4 +95,5 @@ static inline unsigned long get_mci_clk_rate(void) } int at91_clock_init(unsigned long main_clock); +void at91_periph_clk_enable(int id); #endif /* __ASM_ARM_ARCH_CLK_H__ */ |