diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-11-26 19:28:15 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-11-26 19:28:15 -0800 |
| commit | 7ef35aef91bb1a9f37733e3027d6d1e28b5ea55f (patch) | |
| tree | f55adc0d14e7321b7191f174a4cc9a2f89073151 /include/linux/spi/qcom-spi.h | |
| parent | 3495b7c4cb3dff98acff8777b56d44f5627c49eb (diff) | |
| parent | 200011cad3c7f571506ee3bb7cf81c041696d203 (diff) | |
Merge "spi: spi_qsd: Add slave support for QUP core"
Diffstat (limited to 'include/linux/spi/qcom-spi.h')
| -rw-r--r-- | include/linux/spi/qcom-spi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/spi/qcom-spi.h b/include/linux/spi/qcom-spi.h index 598481079383..67ef31c69641 100644 --- a/include/linux/spi/qcom-spi.h +++ b/include/linux/spi/qcom-spi.h @@ -48,9 +48,11 @@ struct msm_spi_platform_data { u32 infinite_mode; bool ver_reg_exists; bool use_bam; + bool slv_test; u32 bam_consumer_pipe_index; u32 bam_producer_pipe_index; bool rt_priority; bool use_pinctrl; bool is_shared; + bool is_slv_ctrl; }; |
