Message ID | 20230912-msm8909-cpufreq-v1-3-767ce66b544b@kernkonzept.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | viresh kumar |
Headers | show |
Series | cpufreq: Add basic cpufreq scaling for Qualcomm MSM8909 | expand |
On Tue, 12 Sep 2023 11:40:17 +0200, Stephan Gerhold wrote: > Document that MSM8909 is used with qcom-cpufreq-nvmem for voltage > scaling and to restrict the maximum frequency based on the speedbin > encoded in the nvmem cells. > > Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com> > --- > Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On 12-09-23, 13:29, Rob Herring wrote: > > On Tue, 12 Sep 2023 11:40:17 +0200, Stephan Gerhold wrote: > > Document that MSM8909 is used with qcom-cpufreq-nvmem for voltage > > scaling and to restrict the maximum frequency based on the speedbin > > encoded in the nvmem cells. > > > > Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com> > > --- > > Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > Acked-by: Rob Herring <robh@kernel.org> Applied. Thanks.
diff --git a/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml b/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml index 7e1bb992ce90..09315a1d8fc1 100644 --- a/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml +++ b/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml @@ -29,6 +29,7 @@ select: - qcom,apq8096 - qcom,ipq8064 - qcom,ipq8074 + - qcom,msm8909 - qcom,msm8939 - qcom,msm8960 - qcom,msm8974
Document that MSM8909 is used with qcom-cpufreq-nvmem for voltage scaling and to restrict the maximum frequency based on the speedbin encoded in the nvmem cells. Signed-off-by: Stephan Gerhold <stephan.gerhold@kernkonzept.com> --- Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 1 + 1 file changed, 1 insertion(+)