Message ID | 20210917030434.19859-3-shawn.guo@linaro.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Add QCM2290 RPM clocks support | expand |
On Fri, 17 Sep 2021 11:04:33 +0800, Shawn Guo wrote: > Add compatible for the RPM Clock Controller on the QCM2290 SoC. > > Signed-off-by: Shawn Guo <shawn.guo@linaro.org> > --- > Documentation/devicetree/bindings/clock/qcom,rpmcc.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Thu 16 Sep 22:04 CDT 2021, Shawn Guo wrote: > Add compatible for the RPM Clock Controller on the QCM2290 SoC. > > Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn > --- > Documentation/devicetree/bindings/clock/qcom,rpmcc.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt b/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt > index a4877881f1d8..da295c3c004b 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt > +++ b/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt > @@ -25,6 +25,7 @@ Required properties : > "qcom,rpmcc-msm8994",·"qcom,rpmcc" > "qcom,rpmcc-msm8996", "qcom,rpmcc" > "qcom,rpmcc-msm8998", "qcom,rpmcc" > + "qcom,rpmcc-qcm2290", "qcom,rpmcc" > "qcom,rpmcc-qcs404", "qcom,rpmcc" > "qcom,rpmcc-sdm660", "qcom,rpmcc" > "qcom,rpmcc-sm6115", "qcom,rpmcc" > -- > 2.17.1 >
Quoting Shawn Guo (2021-09-16 20:04:33) > Add compatible for the RPM Clock Controller on the QCM2290 SoC. > > Signed-off-by: Shawn Guo <shawn.guo@linaro.org> > --- Applied to clk-next
diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt b/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt index a4877881f1d8..da295c3c004b 100644 --- a/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt +++ b/Documentation/devicetree/bindings/clock/qcom,rpmcc.txt @@ -25,6 +25,7 @@ Required properties : "qcom,rpmcc-msm8994",·"qcom,rpmcc" "qcom,rpmcc-msm8996", "qcom,rpmcc" "qcom,rpmcc-msm8998", "qcom,rpmcc" + "qcom,rpmcc-qcm2290", "qcom,rpmcc" "qcom,rpmcc-qcs404", "qcom,rpmcc" "qcom,rpmcc-sdm660", "qcom,rpmcc" "qcom,rpmcc-sm6115", "qcom,rpmcc"
Add compatible for the RPM Clock Controller on the QCM2290 SoC. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> --- Documentation/devicetree/bindings/clock/qcom,rpmcc.txt | 1 + 1 file changed, 1 insertion(+)