summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm2835/include/mach/timex.h
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-10-01 14:19:17 -0700
committerOlof Johansson <olof@lixom.net>2012-10-01 14:19:17 -0700
commit6d55d5968a8622f3ea20ec40737aea1cfba6438c (patch)
tree72481307c22f9b6170591cece793ea24f97a9ddb /arch/arm/mach-bcm2835/include/mach/timex.h
parentf7b967bffefe69f1ad8b79e263237ec1feba7b9b (diff)
parentb6e3b5c2fea9c76617e101cbbc54ed14961f9dee (diff)
Merge branch 'next/soc' into HEAD
Conflicts: arch/arm/mach-ux500/clock.c arch/arm/mach-ux500/cpu.c drivers/clocksource/Makefile
Diffstat (limited to 'arch/arm/mach-bcm2835/include/mach/timex.h')
-rw-r--r--arch/arm/mach-bcm2835/include/mach/timex.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm2835/include/mach/timex.h b/arch/arm/mach-bcm2835/include/mach/timex.h
new file mode 100644
index 00000000000..6d021e136ae
--- /dev/null
+++ b/arch/arm/mach-bcm2835/include/mach/timex.h
@@ -0,0 +1,26 @@
+/*
+ * BCM2835 system clock frequency
+ *
+ * Copyright (C) 2010 Broadcom
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#ifndef __ASM_ARCH_TIMEX_H
+#define __ASM_ARCH_TIMEX_H
+
+#define CLOCK_TICK_RATE (1000000)
+
+#endif