From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
To: "Barnabás Czémán" <barnabas.czeman@mainlining.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Konrad Dybcio" <konradybcio@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Daniil Titov <daniilt971@gmail.com>
Subject: Re: [PATCH 1/2] arm64: dts: qcom: pm8937: Add LPG PWM driver
Date: Wed, 12 Feb 2025 23:27:39 +0100 [thread overview]
Message-ID: <82fee126-4e03-4366-8dad-d8ea98081beb@oss.qualcomm.com> (raw)
In-Reply-To: <20250212-pm8937-pwm-v1-1-a900a779b4ad@mainlining.org>
On 12.02.2025 11:21 PM, Barnabás Czémán wrote:
> From: Daniil Titov <daniilt971@gmail.com>
>
> Add PWM/LPG node to the PM8937 dtsi so devices
> which use this block can enable them.
>
> Signed-off-by: Daniil Titov <daniilt971@gmail.com>
> Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
> ---
> arch/arm64/boot/dts/qcom/pm8937.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/pm8937.dtsi b/arch/arm64/boot/dts/qcom/pm8937.dtsi
> index 42b3575b36ff4d37df11ccb5ed68e965e3716300..d13f39d81386b9493e33411e7fa0fb69e94644f4 100644
> --- a/arch/arm64/boot/dts/qcom/pm8937.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pm8937.dtsi
> @@ -143,6 +143,14 @@ pmic@1 {
> #address-cells = <1>;
> #size-cells = <0>;
>
> + pm8937_pwm: pwm {
> + compatible = "qcom,pm8916-pwm";
Please add a new compatible with this one as fallback, i.e.
compatible = "qcom,pm8937-pwm", "qcom,pm8916-pwm";
and add it in dt-bindings
Konrad
next prev parent reply other threads:[~2025-02-12 22:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-12 22:21 [PATCH 0/2] Add PM8937 PWM and display backlight for Redmi 5A Barnabás Czémán
2025-02-12 22:21 ` [PATCH 1/2] arm64: dts: qcom: pm8937: Add LPG PWM driver Barnabás Czémán
2025-02-12 22:27 ` Konrad Dybcio [this message]
2025-02-12 22:21 ` [PATCH 2/2] arm64: dts: qcom: msm8917-xiaomi-riva: Add display backlight Barnabás Czémán
2025-02-12 22:31 ` Konrad Dybcio
2025-02-12 22:36 ` barnabas.czeman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=82fee126-4e03-4366-8dad-d8ea98081beb@oss.qualcomm.com \
--to=konrad.dybcio@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=barnabas.czeman@mainlining.org \
--cc=conor+dt@kernel.org \
--cc=daniilt971@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.