diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/nfcmrvl.h | 8 | ||||
| -rw-r--r-- | include/linux/platform_data/st-nci.h | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/platform_data/nfcmrvl.h b/include/linux/platform_data/nfcmrvl.h index ac91707dabcb..a6f9d633f5be 100644 --- a/include/linux/platform_data/nfcmrvl.h +++ b/include/linux/platform_data/nfcmrvl.h | |||
| @@ -35,6 +35,14 @@ struct nfcmrvl_platform_data { | |||
| 35 | unsigned int flow_control; | 35 | unsigned int flow_control; |
| 36 | /* Tell if firmware supports break control for power management */ | 36 | /* Tell if firmware supports break control for power management */ |
| 37 | unsigned int break_control; | 37 | unsigned int break_control; |
| 38 | |||
| 39 | |||
| 40 | /* | ||
| 41 | * I2C specific | ||
| 42 | */ | ||
| 43 | |||
| 44 | unsigned int irq; | ||
| 45 | unsigned int irq_polarity; | ||
| 38 | }; | 46 | }; |
| 39 | 47 | ||
| 40 | #endif /* _NFCMRVL_PTF_H_ */ | 48 | #endif /* _NFCMRVL_PTF_H_ */ |
diff --git a/include/linux/platform_data/st-nci.h b/include/linux/platform_data/st-nci.h index d9d400a297bd..f6494b347c06 100644 --- a/include/linux/platform_data/st-nci.h +++ b/include/linux/platform_data/st-nci.h | |||
| @@ -24,6 +24,8 @@ | |||
| 24 | struct st_nci_nfc_platform_data { | 24 | struct st_nci_nfc_platform_data { |
| 25 | unsigned int gpio_reset; | 25 | unsigned int gpio_reset; |
| 26 | unsigned int irq_polarity; | 26 | unsigned int irq_polarity; |
| 27 | bool is_ese_present; | ||
| 28 | bool is_uicc_present; | ||
| 27 | }; | 29 | }; |
| 28 | 30 | ||
| 29 | #endif /* _ST_NCI_H_ */ | 31 | #endif /* _ST_NCI_H_ */ |
