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 16/10/2022 11:00, Luca Weiss wrote: > Document the tsens-v2 compatible for sm8450 SoC. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- Applied, thanks
On Sun, Oct 16, 2022 at 11:00:32AM +0200, Luca Weiss wrote: > Document the sc8280xp compatible, and at the same time also make sure > the list is sorted alphabetically. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Thanks, Mani > --- > Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > index baca4786ff94..bc599a864637 100644 > --- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > +++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml > @@ -24,12 +24,13 @@ properties: > compatible: > items: > - enum: > + - qcom,sc7280-ipcc > + - qcom,sc8280xp-ipcc > - qcom,sm6350-ipcc > - qcom,sm6375-ipcc > - qcom,sm8250-ipcc > - qcom,sm8350-ipcc > - qcom,sm8450-ipcc > - - qcom,sc7280-ipcc > - const: qcom,ipcc > > reg: > -- > 2.38.0 >
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(+)