Message ID | 20221014221011.7360-3-quic_molvera@quicinc.com |
---|---|
State | Accepted |
Commit | 70d9f589918aaadd6d5547ecb27355b7b69fc32c |
Headers | show |
Series | clk: qcom: Add clocks for the QDU1000 and QRU1000 SoCs | expand |
On 14/10/2022 18:10, Melody Olvera wrote: > Add compatible strings for RPMHCC for QDU1000 and QRU1000. > > Signed-off-by: Melody Olvera <quic_molvera@quicinc.com> > --- > Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml > index 437a34b930e3..7cacbfe745a5 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml > +++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml > @@ -17,6 +17,8 @@ description: | > properties: > compatible: > enum: > + - qcom,qdu1000-rpmh-clk > + - qcom,qru1000-rpmh-clk Nope, you sent something entirely else. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml index 437a34b930e3..7cacbfe745a5 100644 --- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml @@ -17,6 +17,8 @@ description: | properties: compatible: enum: + - qcom,qdu1000-rpmh-clk + - qcom,qru1000-rpmh-clk - qcom,sc7180-rpmh-clk - qcom,sc7280-rpmh-clk - qcom,sc8180x-rpmh-clk
Add compatible strings for RPMHCC for QDU1000 and QRU1000. Signed-off-by: Melody Olvera <quic_molvera@quicinc.com> --- Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 2 ++ 1 file changed, 2 insertions(+)