From: Herman van Hazendonk <github.com@herrie.org>
To: andersson@kernel.org
Cc: benwolsieffer@gmail.com, chris.chapuis@gmail.com,
Herman van Hazendonk <github.com@herrie.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Lee Jones <lee@kernel.org>,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] mfd: pm8xxx: add support for PM8901
Date: Mon, 15 Apr 2024 14:39:41 +0200 [thread overview]
Message-ID: <20240415123941.1527938-1-github.com@herrie.org> (raw)
Add support for the pm8901 PMIC used by msm8660.
Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
---
drivers/mfd/qcom-pm8xxx.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/qcom-pm8xxx.c b/drivers/mfd/qcom-pm8xxx.c
index 8b6285f687da..9cca14d54d8d 100644
--- a/drivers/mfd/qcom-pm8xxx.c
+++ b/drivers/mfd/qcom-pm8xxx.c
@@ -501,6 +501,7 @@ static const struct pm_irq_data pm8821_data = {
static const struct of_device_id pm8xxx_id_table[] = {
{ .compatible = "qcom,pm8058", .data = &pm8xxx_data},
{ .compatible = "qcom,pm8821", .data = &pm8821_data},
+ { .compatible = "qcom,pm8901", .data = &pm8xxx_data},
{ .compatible = "qcom,pm8921", .data = &pm8xxx_data},
{ }
};
next reply other threads:[~2024-04-15 12:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-15 12:39 Herman van Hazendonk [this message]
2024-04-15 19:31 ` [PATCH] mfd: pm8xxx: add support for PM8901 Konrad Dybcio
2024-04-17 7:10 ` Dmitry Baryshkov
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=20240415123941.1527938-1-github.com@herrie.org \
--to=github.com@herrie.org \
--cc=andersson@kernel.org \
--cc=benwolsieffer@gmail.com \
--cc=chris.chapuis@gmail.com \
--cc=konrad.dybcio@linaro.org \
--cc=lee@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox