diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/nfcmrvl.h | 8 |
1 files changed, 8 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_ */ |
