summaryrefslogtreecommitdiff
path: root/include/linux/mt5931_6622.h
blob: e7715119424b07062892b9026704bb17dcc8206f (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
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