Message ID | 20230130123046.3229654-1-abel.vesa@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | viresh kumar |
Headers | show |
Series | [v2] dt-bindings: cpufreq: cpufreq-qcom-hw: Add SM8550 compatible | expand |
On Mon, 30 Jan 2023 14:30:46 +0200, Abel Vesa wrote: > Add compatible for EPSS CPUFREQ-HW on SM8550. > Also document the interrupts. > > Signed-off-by: Abel Vesa <abel.vesa@linaro.org> > --- > > The v1 is here: > https://lore.kernel.org/all/20221116115046.2687244-1-abel.vesa@linaro.org/ > > Changes since v1: > * dropped the interrupts related properties as they are already there. > > Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On 30-01-23, 14:30, Abel Vesa wrote: > Add compatible for EPSS CPUFREQ-HW on SM8550. > Also document the interrupts. > > Signed-off-by: Abel Vesa <abel.vesa@linaro.org> > --- > > The v1 is here: > https://lore.kernel.org/all/20221116115046.2687244-1-abel.vesa@linaro.org/ > > Changes since v1: > * dropped the interrupts related properties as they are already there. > > 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 2494e90a2fda..e4aa8c67d532 100644 > --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml > +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml > @@ -32,6 +32,7 @@ properties: > - qcom,sm8250-cpufreq-epss > - qcom,sm8350-cpufreq-epss > - qcom,sm8450-cpufreq-epss > + - qcom,sm8550-cpufreq-epss > - const: qcom,cpufreq-epss > > reg: Applied. Thanks.
diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml index 2494e90a2fda..e4aa8c67d532 100644 --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml @@ -32,6 +32,7 @@ properties: - qcom,sm8250-cpufreq-epss - qcom,sm8350-cpufreq-epss - qcom,sm8450-cpufreq-epss + - qcom,sm8550-cpufreq-epss - const: qcom,cpufreq-epss reg:
Add compatible for EPSS CPUFREQ-HW on SM8550. Also document the interrupts. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- The v1 is here: https://lore.kernel.org/all/20221116115046.2687244-1-abel.vesa@linaro.org/ Changes since v1: * dropped the interrupts related properties as they are already there. Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 1 + 1 file changed, 1 insertion(+)