summaryrefslogtreecommitdiff
path: root/include/linux/combo_mt66xx.h
blob: 7f46cf7f67b261c8a83e13304e4a4333dcaabdcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25


#ifndef __COMBO_MT66XX_H__
#define __COMBO_MT66xx_H__

struct mtk_wmt_platform_data {
	/* GPIO pin config */
	int pmu;
	int rst;
	int bgf_int;
	int urt_cts;
	int rtc;
	int gps_sync;
	int gps_lna;

	/* kernel launcher parameter. */
	
};

struct mtk_sdio_eint_platform_data {
	/* used for sdio eint. */
	int sdio_eint;
};

#endif