linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] pinctrl: qcom-ssbi: add support for PM8901
@ 2024-04-15 14:18 Herman van Hazendonk
  2024-04-17  7:04 ` Dmitry Baryshkov
  0 siblings, 1 reply; 2+ messages in thread
From: Herman van Hazendonk @ 2024-04-15 14:18 UTC (permalink / raw)
  To: andersson
  Cc: benwolsieffer, chris.chapuis, Herman van Hazendonk, Konrad Dybcio,
	Linus Walleij, linux-arm-msm, linux-gpio, linux-kernel

The PM8901 is used alongside the APQ8060/MSM8660 on the APQ8060 Dragonboard
and HP TouchPad. It works the same as all others, so just add the
compatible string for this variant.

Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
---
 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c b/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c
index 3aee6835a2de..82221d0c813b 100644
--- a/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c
+++ b/drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c
@@ -808,6 +808,7 @@ static const struct of_device_id pm8xxx_mpp_of_match[] = {
 	{ .compatible = "qcom,pm8038-mpp", .data = (void *) 6 },
 	{ .compatible = "qcom,pm8058-mpp", .data = (void *) 12 },
 	{ .compatible = "qcom,pm8821-mpp", .data = (void *) 4 },
+	{ .compatible = "qcom,pm8901-mpp", .data = (void *) 4 },
 	{ .compatible = "qcom,pm8917-mpp", .data = (void *) 10 },
 	{ .compatible = "qcom,pm8921-mpp", .data = (void *) 12 },
 	{ },

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

* Re: [PATCH 2/2] pinctrl: qcom-ssbi: add support for PM8901
  2024-04-15 14:18 [PATCH 2/2] pinctrl: qcom-ssbi: add support for PM8901 Herman van Hazendonk
@ 2024-04-17  7:04 ` Dmitry Baryshkov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Baryshkov @ 2024-04-17  7:04 UTC (permalink / raw)
  To: Herman van Hazendonk
  Cc: andersson, benwolsieffer, chris.chapuis, Konrad Dybcio,
	Linus Walleij, linux-arm-msm, linux-gpio, linux-kernel

On Mon, 15 Apr 2024 at 17:18, Herman van Hazendonk
<github.com@herrie.org> wrote:
>
> The PM8901 is used alongside the APQ8060/MSM8660 on the APQ8060 Dragonboard
> and HP TouchPad. It works the same as all others, so just add the
> compatible string for this variant.
>
> Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
> ---
>  drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>


-- 
With best wishes
Dmitry

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

end of thread, other threads:[~2024-04-17  7:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15 14:18 [PATCH 2/2] pinctrl: qcom-ssbi: add support for PM8901 Herman van Hazendonk
2024-04-17  7:04 ` Dmitry Baryshkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).