Linux LED subsystem development
 help / color / mirror / Atom feed
* [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible
@ 2022-11-01 16:17 Luca Weiss
  2022-11-02 13:55 ` Daniel Thompson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luca Weiss @ 2022-11-01 16:17 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: ~postmarketos/upstreaming, phone-devel, Luca Weiss, Lee Jones,
	Daniel Thompson, Jingoo Han, Pavel Machek, Rob Herring,
	Krzysztof Kozlowski, Bjorn Andersson, Kiran Gunda, dri-devel,
	linux-leds, devicetree, linux-kernel

Document the compatible for the wled block found in PMI8950.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
Changes since v2:
* New patch

 Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml b/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml
index 4c15693f7a01..5ac8605a53b1 100644
--- a/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml
+++ b/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml
@@ -19,6 +19,7 @@ properties:
   compatible:
     enum:
       - qcom,pm8941-wled
+      - qcom,pmi8950-wled
       - qcom,pmi8994-wled
       - qcom,pmi8998-wled
       - qcom,pm660l-wled
-- 
2.38.1


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

* Re: [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible
  2022-11-01 16:17 [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible Luca Weiss
@ 2022-11-02 13:55 ` Daniel Thompson
  2022-11-02 17:29 ` Rob Herring
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Daniel Thompson @ 2022-11-02 13:55 UTC (permalink / raw)
  To: Luca Weiss
  Cc: linux-arm-msm, ~postmarketos/upstreaming, phone-devel, Lee Jones,
	Jingoo Han, Pavel Machek, Rob Herring, Krzysztof Kozlowski,
	Bjorn Andersson, Kiran Gunda, dri-devel, linux-leds, devicetree,
	linux-kernel

On Tue, Nov 01, 2022 at 05:17:59PM +0100, Luca Weiss wrote:
> Document the compatible for the wled block found in PMI8950.
>
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>

FWIW:
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>


> ---
> Changes since v2:
> * New patch
>
>  Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml b/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml
> index 4c15693f7a01..5ac8605a53b1 100644
> --- a/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml
> +++ b/Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml
> @@ -19,6 +19,7 @@ properties:
>    compatible:
>      enum:
>        - qcom,pm8941-wled
> +      - qcom,pmi8950-wled
>        - qcom,pmi8994-wled
>        - qcom,pmi8998-wled
>        - qcom,pm660l-wled
> --
> 2.38.1
>

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

* Re: [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible
  2022-11-01 16:17 [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible Luca Weiss
  2022-11-02 13:55 ` Daniel Thompson
@ 2022-11-02 17:29 ` Rob Herring
  2022-11-07  9:19 ` Lee Jones
  2022-12-06 18:19 ` (subset) " Bjorn Andersson
  3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2022-11-02 17:29 UTC (permalink / raw)
  To: Luca Weiss
  Cc: Lee Jones, Daniel Thompson, phone-devel, devicetree,
	linux-arm-msm, Jingoo Han, Rob Herring, Pavel Machek,
	Krzysztof Kozlowski, ~postmarketos/upstreaming, Bjorn Andersson,
	Kiran Gunda, dri-devel, linux-kernel, linux-leds


On Tue, 01 Nov 2022 17:17:59 +0100, Luca Weiss wrote:
> Document the compatible for the wled block found in PMI8950.
> 
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
> Changes since v2:
> * New patch
> 
>  Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

* Re: [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible
  2022-11-01 16:17 [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible Luca Weiss
  2022-11-02 13:55 ` Daniel Thompson
  2022-11-02 17:29 ` Rob Herring
@ 2022-11-07  9:19 ` Lee Jones
  2022-12-06 18:19 ` (subset) " Bjorn Andersson
  3 siblings, 0 replies; 5+ messages in thread
From: Lee Jones @ 2022-11-07  9:19 UTC (permalink / raw)
  To: Luca Weiss
  Cc: linux-arm-msm, ~postmarketos/upstreaming, phone-devel,
	Daniel Thompson, Jingoo Han, Pavel Machek, Rob Herring,
	Krzysztof Kozlowski, Bjorn Andersson, Kiran Gunda, dri-devel,
	linux-leds, devicetree, linux-kernel

On Tue, 01 Nov 2022, Luca Weiss wrote:

> Document the compatible for the wled block found in PMI8950.
> 
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
> Changes since v2:
> * New patch
> 
>  Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

-- 
Lee Jones [李琼斯]

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

* Re: (subset) [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible
  2022-11-01 16:17 [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible Luca Weiss
                   ` (2 preceding siblings ...)
  2022-11-07  9:19 ` Lee Jones
@ 2022-12-06 18:19 ` Bjorn Andersson
  3 siblings, 0 replies; 5+ messages in thread
From: Bjorn Andersson @ 2022-12-06 18:19 UTC (permalink / raw)
  To: linux-arm-msm, Luca Weiss
  Cc: phone-devel, robh+dt, lee, krzysztof.kozlowski+dt, linux-leds,
	jingoohan1, ~postmarketos/upstreaming, linux-kernel, kgunda,
	dri-devel, devicetree, pavel, daniel.thompson

On Tue, 1 Nov 2022 17:17:59 +0100, Luca Weiss wrote:
> Document the compatible for the wled block found in PMI8950.
> 
> 

Applied, thanks!

[2/2] arm64: dts: qcom: Add configuration for PMI8950 peripheral
      commit: 0d97fdf380b478c358c94f50f1b942e87f407b9b

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

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

end of thread, other threads:[~2022-12-06 18:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-01 16:17 [PATCH v3 1/2] dt-bindings: backlight: qcom-wled: Add PMI8950 compatible Luca Weiss
2022-11-02 13:55 ` Daniel Thompson
2022-11-02 17:29 ` Rob Herring
2022-11-07  9:19 ` Lee Jones
2022-12-06 18:19 ` (subset) " Bjorn Andersson

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