summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-at91/clk.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2013-05-12 22:40:54 (GMT)
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-05-21 09:54:16 (GMT)
commit3225f34e5c704a9caf3c69527ee1f822aee15108 (patch)
tree9ae7edc8f5e9d02616c4c5e625736a7922fc762e /arch/arm/include/asm/arch-at91/clk.h
parente5e8bb05a4cc31624306dbbcc89f99795ff8f462 (diff)
downloadu-boot-3225f34e5c704a9caf3c69527ee1f822aee15108.tar.xz
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.h1
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 d4852a3..04b0f83 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__ */