Message ID | 20240912175043.2262697-1-quic_nkela@quicinc.com |
---|---|
State | Not Applicable |
Headers | show |
Series | [v3] dt-bindings: cpufreq: qcom-hw: document support for SA8255p | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Thu, Sep 12, 2024 at 10:50:43AM -0700, Nikunj Kela wrote: > Add compatible for the cpufreq engine representing support on SA8255p. > > Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com> > --- > > Changes in v3: > - Added compatible to the correct constraint list > - Removed the new constraint block added in v2 > - Removed the patch from original series[1] > > Changes in v2: > - Added new constraints > > [1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/ > --- > Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
On 16-09-24, 11:44, Krzysztof Kozlowski wrote: > On Thu, Sep 12, 2024 at 10:50:43AM -0700, Nikunj Kela wrote: > > Add compatible for the cpufreq engine representing support on SA8255p. > > > > Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com> > > --- > > > > Changes in v3: > > - Added compatible to the correct constraint list > > - Removed the new constraint block added in v2 > > - Removed the patch from original series[1] > > > > Changes in v2: > > - Added new constraints > > > > [1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/ > > --- > > Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Applied. Thanks.
diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml index 1e9797f96410..1d1f8637bc03 100644 --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml @@ -34,6 +34,7 @@ properties: items: - enum: - qcom,qdu1000-cpufreq-epss + - qcom,sa8255p-cpufreq-epss - qcom,sa8775p-cpufreq-epss - qcom,sc7280-cpufreq-epss - qcom,sc8280xp-cpufreq-epss @@ -130,6 +131,7 @@ allOf: contains: enum: - qcom,qdu1000-cpufreq-epss + - qcom,sa8255p-cpufreq-epss - qcom,sc7180-cpufreq-hw - qcom,sc8280xp-cpufreq-epss - qcom,sdm670-cpufreq-hw
Add compatible for the cpufreq engine representing support on SA8255p. Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com> --- Changes in v3: - Added compatible to the correct constraint list - Removed the new constraint block added in v2 - Removed the patch from original series[1] Changes in v2: - Added new constraints [1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/ --- Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 2 ++ 1 file changed, 2 insertions(+)