2022-10-16 09:32:21

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing compatibles

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 <[email protected]>
---
.../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:
--
2.38.0


2022-10-16 09:32:21

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 4/5] dt-bindings: soc: qcom: aoss: Add sc8280xp compatible

Document the aoss-qmp compatible for sc8280xp.

Signed-off-by: Luca Weiss <[email protected]>
---
Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml
index a4eeb7e158e5..da232f8d20d2 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml
@@ -28,6 +28,7 @@ properties:
- qcom,sc7180-aoss-qmp
- qcom,sc7280-aoss-qmp
- qcom,sc8180x-aoss-qmp
+ - qcom,sc8280xp-aoss-qmp
- qcom,sdm845-aoss-qmp
- qcom,sm6350-aoss-qmp
- qcom,sm8150-aoss-qmp
--
2.38.0

2022-10-16 09:36:08

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 3/5] dt-bindings: mailbox: qcom-ipcc: Add sc8280xp compatible

Document the sc8280xp compatible, and at the same time also make sure
the list is sorted alphabetically.

Signed-off-by: Luca Weiss <[email protected]>
---
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

2022-10-16 09:59:06

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 5/5] dt-bindings: thermal: tsens: Add sm8450 compatible

Document the tsens-v2 compatible for sm8450 SoC.

Signed-off-by: Luca Weiss <[email protected]>
---
Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
index 038d81338fcf..7db905c1d555 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -57,6 +57,7 @@ properties:
- qcom,sm8150-tsens
- qcom,sm8250-tsens
- qcom,sm8350-tsens
+ - qcom,sm8450-tsens
- const: qcom,tsens-v2

reg:
--
2.38.0

2022-10-16 15:11:29

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 3/5] dt-bindings: mailbox: qcom-ipcc: Add sc8280xp compatible

On 16/10/2022 05:00, Luca Weiss wrote:
> Document the sc8280xp compatible, and at the same time also make sure

Maybe:
"Document existing sc8280xp compatible......"
to be precise that it is already used.

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2022-10-16 15:11:29

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing compatibles

On 16/10/2022 05:00, 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 <[email protected]>


Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2022-10-16 15:17:55

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 4/5] dt-bindings: soc: qcom: aoss: Add sc8280xp compatible

On 16/10/2022 05:00, Luca Weiss wrote:
> Document the aoss-qmp compatible for sc8280xp.
>
> Signed-off-by: Luca Weiss <[email protected]>


Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2022-10-16 15:41:51

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 5/5] dt-bindings: thermal: tsens: Add sm8450 compatible

On 16/10/2022 05:00, Luca Weiss wrote:
> Document the tsens-v2 compatible for sm8450 SoC.
>
> Signed-off-by: Luca Weiss <[email protected]>


Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof

2022-10-17 07:54:09

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [PATCH 5/5] dt-bindings: thermal: tsens: Add sm8450 compatible

On 16/10/2022 11:00, Luca Weiss wrote:
> Document the tsens-v2 compatible for sm8450 SoC.
>
> Signed-off-by: Luca Weiss <[email protected]>
> ---

Applied, thanks


--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

2022-10-18 03:27:13

by Bjorn Andersson

[permalink] [raw]
Subject: Re: (subset) [PATCH 1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing compatibles

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,
--
Bjorn Andersson <[email protected]>

2023-01-11 19:53:24

by Luca Weiss

[permalink] [raw]
Subject: Re: [PATCH 1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing compatibles

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 <[email protected]>
> ---
> .../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:




2023-01-12 03:42:49

by Viresh Kumar

[permalink] [raw]
Subject: Re: [PATCH 1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing compatibles

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.

--
viresh

2023-01-12 18:33:00

by Luca Weiss

[permalink] [raw]
Subject: Re: [PATCH 1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Add missing compatibles

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!


2023-01-15 04:22:44

by Manivannan Sadhasivam

[permalink] [raw]
Subject: Re: [PATCH 3/5] dt-bindings: mailbox: qcom-ipcc: Add sc8280xp compatible

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 <[email protected]>

Reviewed-by: Manivannan Sadhasivam <[email protected]>

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
>

--
மணிவண்ணன் சதாசிவம்