summaryrefslogtreecommitdiff
path: root/include/linux/mt5931_6622.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mt5931_6622.h')
-rwxr-xr-xinclude/linux/mt5931_6622.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/include/linux/mt5931_6622.h b/include/linux/mt5931_6622.h
new file mode 100755
index 00000000..e7715119
--- /dev/null
+++ b/include/linux/mt5931_6622.h
@@ -0,0 +1,26 @@
+
+
+#ifndef __MT5931__H__
+#define __MT5931__H__
+
+struct mt5931_sdio_eint_platform_data {
+ /* used for sdio eint. */
+ int sdio_eint;
+};
+
+struct mtk_mt5931_platform_data {
+ /* GPIO pin config */
+ int pmu;
+ int rst;
+};
+
+struct mtk_mt6622_platform_data {
+ /* GPIO pin config */
+ int pmu;
+ int rst;
+
+ /* used for bt eint. */
+ int bt_eint;
+};
+
+#endif