diff options
| author | Amandeep Singh <amansing@codeaurora.org> | 2019-07-03 12:47:41 +0530 |
|---|---|---|
| committer | Amandeep Singh <amansing@codeaurora.org> | 2019-09-03 11:18:27 +0530 |
| commit | 53d7ba42ba09c2910836ec92fc0423d1e36885b8 (patch) | |
| tree | 58fb750a7aee76e9b8dff1b07ee2b7aa489aff9d /Documentation/devicetree/bindings | |
| parent | f9d70693889be5024d0e423e5924018300b902af (diff) | |
diag: Update diag over sdio snapshot
Update code to support diag for peripheral devices over sdio bus.
Change-Id: I14678f301f94b239b61c4c94d3c0ff65204e739e
Signed-off-by: Amandeep Singh <amansing@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
| -rw-r--r-- | Documentation/devicetree/bindings/arm/msm/diagfwd_sdio.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/diagfwd_sdio.txt b/Documentation/devicetree/bindings/arm/msm/diagfwd_sdio.txt new file mode 100644 index 000000000000..532ed3b0ab01 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/msm/diagfwd_sdio.txt @@ -0,0 +1,9 @@ +QTI Diag Forward SDIO Driver + +Required properties: +-compatible : should be "qcom,diagfwd-sdio". + +Example: + qcom,diag { + compatible = "qcom,diagfwd-sdio"; + }; |
