diff options
| author | Vincent Cuissard <cuissard@marvell.com> | 2015-06-11 08:00:20 -0400 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-06-11 17:41:57 -0400 |
| commit | e097dc624f784debbde49701a493bf920bc422c7 (patch) | |
| tree | f6837ca9bd1ba197677fef320ffd61b3565ef195 /include/linux/platform_data | |
| parent | dc14bdef8762a8098b1da881b611d722e24fe787 (diff) | |
NFC: nfcmrvl: add UART driver
Add support of Marvell NFC chip controlled over UART
Signed-off-by: Vincent Cuissard <cuissard@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/nfcmrvl.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/platform_data/nfcmrvl.h b/include/linux/platform_data/nfcmrvl.h index 106cfe5ed589..ac91707dabcb 100644 --- a/include/linux/platform_data/nfcmrvl.h +++ b/include/linux/platform_data/nfcmrvl.h | |||
| @@ -26,6 +26,15 @@ struct nfcmrvl_platform_data { | |||
| 26 | unsigned int reset_n_io; | 26 | unsigned int reset_n_io; |
| 27 | /* Tell if transport is muxed in HCI one */ | 27 | /* Tell if transport is muxed in HCI one */ |
| 28 | unsigned int hci_muxed; | 28 | unsigned int hci_muxed; |
| 29 | |||
| 30 | /* | ||
| 31 | * UART specific | ||
| 32 | */ | ||
| 33 | |||
| 34 | /* Tell if UART needs flow control at init */ | ||
| 35 | unsigned int flow_control; | ||
| 36 | /* Tell if firmware supports break control for power management */ | ||
| 37 | unsigned int break_control; | ||
| 29 | }; | 38 | }; |
| 30 | 39 | ||
| 31 | #endif /* _NFCMRVL_PTF_H_ */ | 40 | #endif /* _NFCMRVL_PTF_H_ */ |
