Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx> --- .../sound/qcom,q6dsp-audio-clocks.yaml | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/sound/qcom,q6dsp-audio-clocks.yaml b/Documentation/devicetree/bindings/sound/qcom,q6dsp-audio-clocks.yaml index 03ab7451eb1c..c4814ae00712 100644 --- a/Documentation/devicetree/bindings/sound/qcom,q6dsp-audio-clocks.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,q6dsp-audio-clocks.yaml @@ -14,7 +14,9 @@ description: | properties: compatible: - const: qcom,q6afe-clocks + enum: + - qcom,q6afe-clocks + - qcom,q6prm-clocks reg: maxItems: 1 @@ -53,3 +55,20 @@ examples: }; }; }; + + - | + #include <dt-bindings/soc/qcom,gpr.h> + gpr { + #address-cells = <1>; + #size-cells = <0>; + gpr-service@2 { + reg = <GPR_PRM_MODULE_IID>; + #address-cells = <1>; + #size-cells = <0>; + q6prmcc@2 { + compatible = "qcom,q6prm-clocks"; + reg = <2>; + #clock-cells = <2>; + }; + }; + }; -- 2.21.0