summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/include/mach/crag6410.h
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2011-10-04 18:57:29 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-10-04 18:57:29 +0900
commit593847964c5b9dce3c7cd0da8928d482c57691f1 (patch)
tree57999eb88013d618871956bff84562464efd3e2c /arch/arm/mach-s3c64xx/include/mach/crag6410.h
parenta102a9ece5489e1718cd7543aa079082450ac3a2 (diff)
parentd5160ecffce97ad354caa5a8762edb8c350f9e84 (diff)
Merge branch 'next/topic-s3c64xx-devel' into next-samsung-devel
Diffstat (limited to 'arch/arm/mach-s3c64xx/include/mach/crag6410.h')
-rw-r--r--arch/arm/mach-s3c64xx/include/mach/crag6410.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/include/mach/crag6410.h b/arch/arm/mach-s3c64xx/include/mach/crag6410.h
new file mode 100644
index 00000000000..be9074e17df
--- /dev/null
+++ b/arch/arm/mach-s3c64xx/include/mach/crag6410.h
@@ -0,0 +1,23 @@
+/* Cragganmore 6410 shared definitions
+ *
+ * Copyright 2011 Wolfson Microelectronics plc
+ * Mark Brown <broonie@opensource.wolfsonmicro.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#ifndef MACH_CRAG6410_H
+#define MACH_CRAG6410_H
+
+#include <linux/gpio.h>
+
+#define BANFF_PMIC_IRQ_BASE IRQ_BOARD_START
+#define GLENFARCLAS_PMIC_IRQ_BASE (IRQ_BOARD_START + 64)
+
+#define PCA935X_GPIO_BASE GPIO_BOARD_START
+#define CODEC_GPIO_BASE (GPIO_BOARD_START + 8)
+#define GLENFARCLAS_PMIC_GPIO_BASE (GPIO_BOARD_START + 16)
+
+#endif