linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles
@ 2022-08-28  6:51 Krzysztof Kozlowski
  2022-08-29 12:13 ` David Heidelberg
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-28  6:51 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Lee Jones,
	Rob Herring, Krzysztof Kozlowski, Stephen Boyd, David Heidelberg,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Conversion from TXT to DT schema lost several compatibles.

Fixes: 3f5117be9584 ("dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
index 2a5bafe0660a..f4e1e64a6ea0 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
@@ -43,9 +43,11 @@ properties:
           - qcom,pm8005
           - qcom,pm8009
           - qcom,pm8019
+          - qcom,pm8028
           - qcom,pm8110
           - qcom,pm8150
           - qcom,pm8150b
+          - qcom,pm8150c
           - qcom,pm8150l
           - qcom,pm8226
           - qcom,pm8350
@@ -56,6 +58,7 @@ properties:
           - qcom,pm8916
           - qcom,pm8941
           - qcom,pm8950
+          - qcom,pm8953
           - qcom,pm8994
           - qcom,pm8998
           - qcom,pma8084
@@ -64,6 +67,7 @@ properties:
           - qcom,pmi8962
           - qcom,pmi8994
           - qcom,pmi8998
+          - qcom,pmk8002
           - qcom,pmk8350
           - qcom,pmm8155au
           - qcom,pmr735a
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles
  2022-08-28  6:51 [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles Krzysztof Kozlowski
@ 2022-08-29 12:13 ` David Heidelberg
  2022-08-29 22:08 ` Stephen Boyd
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: David Heidelberg @ 2022-08-29 12:13 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Lee Jones,
	Rob Herring, Krzysztof Kozlowski, Stephen Boyd, linux-arm-msm,
	devicetree, linux-kernel

Thank you for catching this!

Reviewed-by: David Heidelberg <david@ixit.cz>

On 28/08/2022 08:51, Krzysztof Kozlowski wrote:
> Conversion from TXT to DT schema lost several compatibles.
>
> Fixes: 3f5117be9584 ("dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>   Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> index 2a5bafe0660a..f4e1e64a6ea0 100644
> --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> @@ -43,9 +43,11 @@ properties:
>             - qcom,pm8005
>             - qcom,pm8009
>             - qcom,pm8019
> +          - qcom,pm8028
>             - qcom,pm8110
>             - qcom,pm8150
>             - qcom,pm8150b
> +          - qcom,pm8150c
>             - qcom,pm8150l
>             - qcom,pm8226
>             - qcom,pm8350
> @@ -56,6 +58,7 @@ properties:
>             - qcom,pm8916
>             - qcom,pm8941
>             - qcom,pm8950
> +          - qcom,pm8953
>             - qcom,pm8994
>             - qcom,pm8998
>             - qcom,pma8084
> @@ -64,6 +67,7 @@ properties:
>             - qcom,pmi8962
>             - qcom,pmi8994
>             - qcom,pmi8998
> +          - qcom,pmk8002
>             - qcom,pmk8350
>             - qcom,pmm8155au
>             - qcom,pmr735a

-- 
David Heidelberg
Consultant Software Engineer

Matrix: @okias:matrix.org


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles
  2022-08-28  6:51 [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles Krzysztof Kozlowski
  2022-08-29 12:13 ` David Heidelberg
@ 2022-08-29 22:08 ` Stephen Boyd
  2022-08-30  6:10   ` Krzysztof Kozlowski
  2022-08-30 16:24 ` Rob Herring
  2022-09-05 14:39 ` Lee Jones
  3 siblings, 1 reply; 6+ messages in thread
From: Stephen Boyd @ 2022-08-29 22:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, David Heidelberg, Konrad Dybcio,
	Krzysztof Kozlowski, Krzysztof Kozlowski, Lee Jones, Rob Herring,
	devicetree, linux-arm-msm, linux-kernel
  Cc: Krzysztof Kozlowski

Quoting Krzysztof Kozlowski (2022-08-27 23:51:23)
> Conversion from TXT to DT schema lost several compatibles.
> 
> Fixes: 3f5117be9584 ("dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

Reviewed-by: Stephen Boyd <sboyd@kernel.org>

Unless you want me to pick it up?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles
  2022-08-29 22:08 ` Stephen Boyd
@ 2022-08-30  6:10   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-30  6:10 UTC (permalink / raw)
  To: Stephen Boyd, Andy Gross, Bjorn Andersson, David Heidelberg,
	Konrad Dybcio, Krzysztof Kozlowski, Lee Jones, Rob Herring,
	devicetree, linux-arm-msm, linux-kernel

On 30/08/2022 01:08, Stephen Boyd wrote:
> Quoting Krzysztof Kozlowski (2022-08-27 23:51:23)
>> Conversion from TXT to DT schema lost several compatibles.
>>
>> Fixes: 3f5117be9584 ("dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC")
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
> 
> Reviewed-by: Stephen Boyd <sboyd@kernel.org>
> 
> Unless you want me to pick it up?

Usually this should go via MFD tree, if Lee is around (I saw some emails
about OoO).

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles
  2022-08-28  6:51 [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles Krzysztof Kozlowski
  2022-08-29 12:13 ` David Heidelberg
  2022-08-29 22:08 ` Stephen Boyd
@ 2022-08-30 16:24 ` Rob Herring
  2022-09-05 14:39 ` Lee Jones
  3 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2022-08-30 16:24 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Konrad Dybcio, Bjorn Andersson, Lee Jones,
	Andy Gross, linux-arm-msm, Krzysztof Kozlowski, devicetree,
	Stephen Boyd, linux-kernel, David Heidelberg

On Sun, 28 Aug 2022 09:51:23 +0300, Krzysztof Kozlowski wrote:
> Conversion from TXT to DT schema lost several compatibles.
> 
> Fixes: 3f5117be9584 ("dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles
  2022-08-28  6:51 [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2022-08-30 16:24 ` Rob Herring
@ 2022-09-05 14:39 ` Lee Jones
  3 siblings, 0 replies; 6+ messages in thread
From: Lee Jones @ 2022-09-05 14:39 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Stephen Boyd, David Heidelberg,
	linux-arm-msm, devicetree, linux-kernel

On Sun, 28 Aug 2022, Krzysztof Kozlowski wrote:

> Conversion from TXT to DT schema lost several compatibles.
> 
> Fixes: 3f5117be9584 ("dt-bindings: mfd: convert to yaml Qualcomm SPMI PMIC")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 4 ++++
>  1 file changed, 4 insertions(+)

Applied, thanks.

-- 
Lee Jones [李琼斯]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-09-05 14:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-28  6:51 [PATCH] dt-bindings: mfd: qcom,spmi-pmic: add missing compatibles Krzysztof Kozlowski
2022-08-29 12:13 ` David Heidelberg
2022-08-29 22:08 ` Stephen Boyd
2022-08-30  6:10   ` Krzysztof Kozlowski
2022-08-30 16:24 ` Rob Herring
2022-09-05 14:39 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).