aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/include/mach/timex.h
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2009-06-26 15:36:59 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-07-02 15:59:55 +0100
commitb784b7c03723891876c9053c589150a4062f9455 (patch)
treed8657b414fc51bd9f0aadfd3f96795e41b15bc66 /arch/arm/mach-at91/include/mach/timex.h
parent[ARM] 5567/1: at91: Support for at91sam9g10: clocks management (diff)
downloadlinux-dev-b784b7c03723891876c9053c589150a4062f9455.tar.xz
linux-dev-b784b7c03723891876c9053c589150a4062f9455.zip
[ARM] 5568/1: at91: Basic support for at91sam9g10: header files
From: Hong Xu <hong.xu@atmel.com> AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a faster clock speed: 266/133MHz. Here is the basic header file support for this product. Signed-off-by: Hong Xu <hong.xu@atmel.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-at91/include/mach/timex.h')
-rw-r--r--arch/arm/mach-at91/include/mach/timex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/timex.h b/arch/arm/mach-at91/include/mach/timex.h
index 38f6c4250c76..31ac2d97f14c 100644
--- a/arch/arm/mach-at91/include/mach/timex.h
+++ b/arch/arm/mach-at91/include/mach/timex.h
@@ -42,6 +42,11 @@
#define AT91SAM9_MASTER_CLOCK 99300000
#define CLOCK_TICK_RATE (AT91SAM9_MASTER_CLOCK/16)
+#elif defined(CONFIG_ARCH_AT91SAM9G10)
+
+#define AT91SAM9_MASTER_CLOCK 133000000
+#define CLOCK_TICK_RATE (AT91SAM9_MASTER_CLOCK/16)
+
#elif defined(CONFIG_ARCH_AT91SAM9263)
#if defined(CONFIG_MACH_USB_A9263)