Message ID | 20231016175532.2081344-1-robimarko@gmail.com |
---|---|
State | Accepted |
Commit | 4b55159b6668cf9c88b432401d22101dd6a10c12 |
Headers | show |
Series | [1/3] dt-bindings: cpufreq: qcom-cpufreq-nvmem: document IPQ6018 | expand |
On 16-10-23, 19:55, Robert Marko wrote: > Document IPQ6018 compatible for Qcom NVMEM CPUFreq driver. > > Signed-off-by: Robert Marko <robimarko@gmail.com> > --- > .../devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml b/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml > index 7391660a25ac9..f929892d654ea 100644 > --- a/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml > +++ b/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml > @@ -28,6 +28,7 @@ select: > - qcom,apq8064 > - qcom,apq8096 > - qcom,ipq5332 > + - qcom,ipq6018 > - qcom,ipq8064 > - qcom,ipq8074 > - qcom,ipq9574 Applied. Thanks.
On 16-10-23, 19:55, Robert Marko wrote: > IPQ6018 SoC series comes in multiple SKU-s, and not all of them support > high frequency OPP points. > > SoC itself does however have a single bit in QFPROM to indicate the CPU > speed-bin. > That bit is used to indicate frequency limit of 1.5GHz, but that alone is > not enough as IPQ6000 only goes up to 1.2GHz, but SMEM ID can be used to > limit it further. > > IPQ6018 compatible is blacklisted from DT platdev as the cpufreq device > will get created by NVMEM CPUFreq driver. > > Signed-off-by: Robert Marko <robimarko@gmail.com> > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > drivers/cpufreq/qcom-cpufreq-nvmem.c | 58 ++++++++++++++++++++++++++++ > 2 files changed, 59 insertions(+) Applied. Thanks.
diff --git a/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml b/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml index 7391660a25ac9..f929892d654ea 100644 --- a/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml +++ b/Documentation/devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml @@ -28,6 +28,7 @@ select: - qcom,apq8064 - qcom,apq8096 - qcom,ipq5332 + - qcom,ipq6018 - qcom,ipq8064 - qcom,ipq8074 - qcom,ipq9574
Document IPQ6018 compatible for Qcom NVMEM CPUFreq driver. Signed-off-by: Robert Marko <robimarko@gmail.com> --- .../devicetree/bindings/cpufreq/qcom-cpufreq-nvmem.yaml | 1 + 1 file changed, 1 insertion(+)