Skip to content

Commit b102c9d

Browse files
lweiss-fairphonebroonie
authored andcommitted
ASoC: dt-bindings: qcom,q6afe: Document q6usb subnode
Document the subnode for Q6USB, used for USB audio offloading. Cc: Wesley Cheng <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 246570c commit b102c9d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/devicetree/bindings/sound/qcom,q6afe.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ properties:
2929
unevaluatedProperties: false
3030
description: Qualcomm DSP audio ports
3131

32+
usbd:
33+
type: object
34+
$ref: /schemas/sound/qcom,q6usb.yaml#
35+
unevaluatedProperties: false
36+
description: Qualcomm DSP USB audio ports
37+
3238
required:
3339
- compatible
3440
- dais
@@ -64,5 +70,12 @@ examples:
6470
qcom,sd-lines = <0 1 2 3>;
6571
};
6672
};
73+
74+
usbd {
75+
compatible = "qcom,q6usb";
76+
#sound-dai-cells = <1>;
77+
iommus = <&apps_smmu 0x180f 0x0>;
78+
qcom,usb-audio-intr-idx = /bits/ 16 <2>;
79+
};
6780
};
6881
};

0 commit comments

Comments
 (0)