Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> --- .../sound/qcom,q6dsp-audio-ports.yaml | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/sound/qcom,q6dsp-audio-ports.yaml b/Documentation/devicetree/bindings/sound/qcom,q6dsp-audio-ports.yaml index 6990295803a8..521256339909 100644 --- a/Documentation/devicetree/bindings/sound/qcom,q6dsp-audio-ports.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,q6dsp-audio-ports.yaml @@ -14,7 +14,9 @@ description: | properties: compatible: - const: qcom,q6afe-dais + enum: + - qcom,q6afe-dais + - qcom,q6apm-bedais reg: maxItems: 1 @@ -168,6 +170,29 @@ examples: #size-cells = <0>; #sound-dai-cells = <1>; + dai@22 { + reg = <QUATERNARY_MI2S_RX>; + qcom,sd-lines = <0 1 2 3>; + }; + }; + }; + }; + - | + #include <dt-bindings/soc/qcom,gpr.h> + gpr { + #address-cells = <1>; + #size-cells = <0>; + gpr-service@1 { + reg = <GPR_APM_MODULE_IID>; + #address-cells = <1>; + #size-cells = <0>; + q6apmdai@1 { + compatible = "qcom,q6apm-bedais"; + reg = <1>; + #address-cells = <1>; + #size-cells = <0>; + #sound-dai-cells = <1>; + dai@22 { reg = <QUATERNARY_MI2S_RX>; qcom,sd-lines = <0 1 2 3>; -- 2.21.0