public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mfd: qcom,spmi-pmic: document PMC8180 and PMC8180C
@ 2023-07-20  8:35 Krzysztof Kozlowski
  2023-07-20 17:21 ` Conor Dooley
  2023-07-28 10:54 ` (subset) " Lee Jones
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-20  8:35 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Lee Jones,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Stephen Boyd,
	linux-arm-msm, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Document qcom,pmc8180 and qcom,pmc8180c compatibles already used in DTS:

  sc8180x-primus.dtb: pmic@1: compatible:0: 'qcom,pmc8180' is not one of ...

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
index 7a9ab2b7decd..debed393fa8c 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
@@ -72,6 +72,8 @@ properties:
           - qcom,pm8994
           - qcom,pm8998
           - qcom,pma8084
+          - qcom,pmc8180
+          - qcom,pmc8180c
           - qcom,pmd9635
           - qcom,pmi632
           - qcom,pmi8950
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: mfd: qcom,spmi-pmic: document PMC8180 and PMC8180C
  2023-07-20  8:35 [PATCH] dt-bindings: mfd: qcom,spmi-pmic: document PMC8180 and PMC8180C Krzysztof Kozlowski
@ 2023-07-20 17:21 ` Conor Dooley
  2023-07-28 10:54 ` (subset) " Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Conor Dooley @ 2023-07-20 17:21 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Lee Jones,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Stephen Boyd,
	linux-arm-msm, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]

On Thu, Jul 20, 2023 at 10:35:25AM +0200, Krzysztof Kozlowski wrote:
> Document qcom,pmc8180 and qcom,pmc8180c compatibles already used in DTS:
> 
>   sc8180x-primus.dtb: pmic@1: compatible:0: 'qcom,pmc8180' is not one of ...
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.

> ---
>  Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> index 7a9ab2b7decd..debed393fa8c 100644
> --- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> +++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
> @@ -72,6 +72,8 @@ properties:
>            - qcom,pm8994
>            - qcom,pm8998
>            - qcom,pma8084
> +          - qcom,pmc8180
> +          - qcom,pmc8180c
>            - qcom,pmd9635
>            - qcom,pmi632
>            - qcom,pmi8950
> -- 
> 2.34.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: (subset) [PATCH] dt-bindings: mfd: qcom,spmi-pmic: document PMC8180 and PMC8180C
  2023-07-20  8:35 [PATCH] dt-bindings: mfd: qcom,spmi-pmic: document PMC8180 and PMC8180C Krzysztof Kozlowski
  2023-07-20 17:21 ` Conor Dooley
@ 2023-07-28 10:54 ` Lee Jones
  1 sibling, 0 replies; 3+ messages in thread
From: Lee Jones @ 2023-07-28 10:54 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Lee Jones,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Stephen Boyd,
	linux-arm-msm, devicetree, linux-kernel, Krzysztof Kozlowski

On Thu, 20 Jul 2023 10:35:25 +0200, Krzysztof Kozlowski wrote:
> Document qcom,pmc8180 and qcom,pmc8180c compatibles already used in DTS:
> 
>   sc8180x-primus.dtb: pmic@1: compatible:0: 'qcom,pmc8180' is not one of ...
> 
> 

Applied, thanks!

[1/1] dt-bindings: mfd: qcom,spmi-pmic: document PMC8180 and PMC8180C
      commit: fbf6784f7bab600edc890e61438bb2674ee1ef66

--
Lee Jones [李琼斯]


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

end of thread, other threads:[~2023-07-28 10:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20  8:35 [PATCH] dt-bindings: mfd: qcom,spmi-pmic: document PMC8180 and PMC8180C Krzysztof Kozlowski
2023-07-20 17:21 ` Conor Dooley
2023-07-28 10:54 ` (subset) " Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox