[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aW5FbaVkDHkApE3S@aspen.lan>
Date: Mon, 19 Jan 2026 14:53:33 +0000
From: Daniel Thompson <danielt@...nel.org>
To: Barnabás Czémán <barnabas.czeman@...nlining.org>
Cc: Lee Jones <lee@...nel.org>, Jingoo Han <jingoohan1@...il.com>,
Pavel Machek <pavel@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Kiran Gunda <quic_kgunda@...cinc.com>, Helge Deller <deller@....de>,
Luca Weiss <luca@...aweiss.eu>,
Konrad Dybcio <konradybcio@...nel.org>,
Eugene Lepshy <fekz115@...il.com>,
Gianluca Boiano <morf3089@...il.com>,
Alejandro Tafalla <atafalla@...on.com>,
dri-devel@...ts.freedesktop.org, linux-leds@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Daniel Thompson <daniel.thompson@...aro.org>,
linux-arm-msm@...r.kernel.org, linux-fbdev@...r.kernel.org,
Konrad Dybcio <konrad.dybcio@....qualcomm.com>
Subject: Re: [PATCH v3 4/7] backlight: qcom-wled: Change PM8950 WLED
configurations
On Fri, Jan 16, 2026 at 08:07:36AM +0100, Barnabás Czémán wrote:
> PMI8950 WLED needs same configurations as PMI8994 WLED.
>
> Fixes: 10258bf4534b ("backlight: qcom-wled: Add PMI8950 compatible")
> Reviewed-by: Konrad Dybcio <konrad.dybcio@....qualcomm.com>
> Signed-off-by: Barnabás Czémán <barnabas.czeman@...nlining.org>
> ---
> drivers/video/backlight/qcom-wled.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/video/backlight/qcom-wled.c b/drivers/video/backlight/qcom-wled.c
> index 5decbd39b789..8054e4787725 100644
> --- a/drivers/video/backlight/qcom-wled.c
> +++ b/drivers/video/backlight/qcom-wled.c
> @@ -1455,7 +1455,8 @@ static int wled_configure(struct wled *wled)
> break;
>
> case 4:
> - if (of_device_is_compatible(dev->of_node, "qcom,pmi8994-wled")) {
> + if (of_device_is_compatible(dev->of_node, "qcom,pmi8950-wled") ||
> + of_device_is_compatible(dev->of_node, "qcom,pmi8994-wled")) {
> u32_opts = pmi8994_wled_opts;
I still really dislike naming the structures after a single instance of
the PMIC when, at inception, that name is known to be wrong. However
if the Qualcomm devs are happy with it then I guess I can live with it.
Reviewed-by: Daniel Thompson (RISCstar) <danielt@...nel.org>
Thanks
Daniel.
Powered by blists - more mailing lists