diff options
Diffstat (limited to 'dts/upstream/Bindings/sound/qcom,q6afe.yaml')
| -rw-r--r-- | dts/upstream/Bindings/sound/qcom,q6afe.yaml | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/dts/upstream/Bindings/sound/qcom,q6afe.yaml b/dts/upstream/Bindings/sound/qcom,q6afe.yaml index 297aa362aa5..268f7073d79 100644 --- a/dts/upstream/Bindings/sound/qcom,q6afe.yaml +++ b/dts/upstream/Bindings/sound/qcom,q6afe.yaml @@ -29,6 +29,12 @@ properties:      unevaluatedProperties: false      description: Qualcomm DSP audio ports +  usbd: +    type: object +    $ref: /schemas/sound/qcom,q6usb.yaml# +    unevaluatedProperties: false +    description: Qualcomm DSP USB audio ports +  required:    - compatible    - dais @@ -64,5 +70,12 @@ examples:                      qcom,sd-lines = <0 1 2 3>;                  };              }; + +            usbd { +                compatible = "qcom,q6usb"; +                #sound-dai-cells = <1>; +                iommus = <&apps_smmu 0x180f 0x0>; +                qcom,usb-audio-intr-idx = /bits/ 16 <2>; +            };          };      }; | 
