Message ID | 20221016090035.565350-1-luca@z3ntu.xyz |
---|---|
State | New |
Headers | show |
Series | [1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing compatibles | expand |
On Sun, 16 Oct 2022 11:00:30 +0200, Luca Weiss wrote: > Document the cpufreq-epss compatibles currently used in the tree, plus > the sc7280 which will be added in a separate commit. > > Applied, thanks! [2/5] arm64: dts: qcom: sc7280: Fix cpufreq-epss compatible commit: 0cde1210f7b9f6f17f3af450bde598c0ad9d54cc Best regards,
Hi Viresh, gentle bump, I hope this patch could get applied in-time for the next merge window. Regards Luca On Sonntag, 16. Oktober 2022 11:00:30 CET Luca Weiss wrote: > Document the cpufreq-epss compatibles currently used in the tree, plus > the sc7280 which will be added in a separate commit. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- > .../devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml > b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml index > 24fa3d87a40b..d6af29ee889a 100644 > --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml > +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml > @@ -25,8 +25,12 @@ properties: > - description: v2 of CPUFREQ HW (EPSS) > items: > - enum: > + - qcom,sc7280-cpufreq-epss > + - qcom,sc8280xp-cpufreq-epss > - qcom,sm6375-cpufreq-epss > - qcom,sm8250-cpufreq-epss > + - qcom,sm8350-cpufreq-epss > + - qcom,sm8450-cpufreq-epss > - const: qcom,cpufreq-epss > > reg:
On 11-01-23, 20:48, Luca Weiss wrote: > Hi Viresh, > > gentle bump, I hope this patch could get applied in-time for the next merge > window. I thought Bjorn applied this patch long back. But now that I look back at his email, he applied 2/5 and replied to 1/5, probably because there wasn't a cover-letter available :( Sorry for the confusion, applied now.
On Donnerstag, 12. Jänner 2023 04:16:21 CET Viresh Kumar wrote: > On 11-01-23, 20:48, Luca Weiss wrote: > > Hi Viresh, > > > > gentle bump, I hope this patch could get applied in-time for the next > > merge > > window. > > I thought Bjorn applied this patch long back. But now that I look back > at his email, he applied 2/5 and replied to 1/5, probably because > there wasn't a cover-letter available :( > > Sorry for the confusion, applied now. No worries, thanks for applying!
diff --git a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml index 24fa3d87a40b..d6af29ee889a 100644 --- a/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml +++ b/Documentation/devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml @@ -25,8 +25,12 @@ properties: - description: v2 of CPUFREQ HW (EPSS) items: - enum: + - qcom,sc7280-cpufreq-epss + - qcom,sc8280xp-cpufreq-epss - qcom,sm6375-cpufreq-epss - qcom,sm8250-cpufreq-epss + - qcom,sm8350-cpufreq-epss + - qcom,sm8450-cpufreq-epss - const: qcom,cpufreq-epss reg:
Document the cpufreq-epss compatibles currently used in the tree, plus the sc7280 which will be added in a separate commit. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- .../devicetree/bindings/cpufreq/cpufreq-qcom-hw.yaml | 4 ++++ 1 file changed, 4 insertions(+)