diff options
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/nxp-nci.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/include/linux/platform_data/nxp-nci.h b/include/linux/platform_data/nxp-nci.h new file mode 100644 index 000000000000..d6ed28679bb2 --- /dev/null +++ b/include/linux/platform_data/nxp-nci.h | |||
@@ -0,0 +1,27 @@ | |||
1 | /* | ||
2 | * Generic platform data for the NXP NCI NFC chips. | ||
3 | * | ||
4 | * Copyright (C) 2014 NXP Semiconductors All rights reserved. | ||
5 | * | ||
6 | * Authors: Clément Perrochaud <clement.perrochaud@nxp.com> | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms and conditions of the GNU General Public License, | ||
10 | * version 2, as published by the Free Software Foundation. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | ||
17 | |||
18 | #ifndef _NXP_NCI_H_ | ||
19 | #define _NXP_NCI_H_ | ||
20 | |||
21 | struct nxp_nci_nfc_platform_data { | ||
22 | unsigned int gpio_en; | ||
23 | unsigned int gpio_fw; | ||
24 | unsigned int irq; | ||
25 | }; | ||
26 | |||
27 | #endif /* _NXP_NCI_H_ */ | ||