diff options
Diffstat (limited to 'include/linux/mfd')
| -rw-r--r-- | include/linux/mfd/ti_ssp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mfd/ti_ssp.h b/include/linux/mfd/ti_ssp.h index 021fe091243..dbb4b43bd20 100644 --- a/include/linux/mfd/ti_ssp.h +++ b/include/linux/mfd/ti_ssp.h | |||
| @@ -32,6 +32,12 @@ struct ti_ssp_data { | |||
| 32 | struct ti_ssp_dev_data dev_data[2]; | 32 | struct ti_ssp_dev_data dev_data[2]; |
| 33 | }; | 33 | }; |
| 34 | 34 | ||
| 35 | struct ti_ssp_spi_data { | ||
| 36 | unsigned long iosel; | ||
| 37 | int num_cs; | ||
| 38 | void (*select)(int cs); | ||
| 39 | }; | ||
| 40 | |||
| 35 | /* | 41 | /* |
| 36 | * Sequencer port IO pin configuration bits. These do not correlate 1-1 with | 42 | * Sequencer port IO pin configuration bits. These do not correlate 1-1 with |
| 37 | * the hardware. The iosel field in the port data combines iosel1 and iosel2, | 43 | * the hardware. The iosel field in the port data combines iosel1 and iosel2, |
