[PATCH 12/22] dt-bindings: cpufreq: qcom-hw: document support for SA8255p

Nikunj Kela posted 22 patches 1 year, 3 months ago
There is a newer version of this series
[PATCH 12/22] dt-bindings: cpufreq: qcom-hw: document support for SA8255p
Posted by Nikunj Kela 1 year, 3 months ago
Add compatible for the cpufreq engine representing support on SA8255p.

Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
---
 Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml
index 1e9797f96410..71f6168f6d48 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
-- 
2.34.1
Re: [PATCH 12/22] dt-bindings: cpufreq: qcom-hw: document support for SA8255p
Posted by Krzysztof Kozlowski 1 year, 3 months ago
On Wed, Aug 28, 2024 at 01:37:11PM -0700, Nikunj Kela wrote:
> Add compatible for the cpufreq engine representing support on SA8255p.
> 
> Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
> ---
>  Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 1 +
>  1 file changed, 1 insertion(+)
>

You need to update allOf:if:then section.

Best regards,
Krzysztof