aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/bcm4752.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/bcm4752.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/bcm4752.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/bcm4752.h b/arch/arm/mach-exynos/include/mach/bcm4752.h
new file mode 100644
index 0000000..832b4d7
--- /dev/null
+++ b/arch/arm/mach-exynos/include/mach/bcm4752.h
@@ -0,0 +1,26 @@
+/* linux/arm/arch/mach-exynos/include/mach/bcm47511.h
+ *
+ * Platform data Header for BCM47511(GPS) driver.
+ *
+ * Copyright (c) 2011 Samsung Electronics
+ * Minho Ban <mhban@samsung.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 _BCM4752_H
+#define _BCM4752_H
+
+struct bcm4752_platform_data {
+ unsigned int regpu; /* Power */
+ unsigned int uart_rxd; /* Start gpio number of uart */
+ /* Below are machine dependant */
+ unsigned int gps_cntl; /* Request 26MHz CP clock */
+ const char *reg32khz; /* regulator id for 32KHz clk */
+};
+
+#endif /* _BCM47511_H */
+
+