Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 2 ++ 1 file changed, 2 insertions(+)
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(+)
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
--
2.34.1
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. -- viresh
© 2016 - 2024 Red Hat, Inc.