Linux GPIO subsystem development
 help / color / mirror / Atom feed
* [PATCH v1] pinctrl: tigerlake: Add Alder Lake-P ACPI ID
@ 2021-01-07 18:54 Andy Shevchenko
  2021-01-08  6:58 ` Mika Westerberg
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2021-01-07 18:54 UTC (permalink / raw)
  To: Mika Westerberg, linux-gpio, Linus Walleij; +Cc: Andy Shevchenko

Intel Alder Lake-P PCH has the same GPIO hardware than Tiger Lake-LP
PCH but the ACPI ID is different. Add this new ACPI ID to the list of
supported devices.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/pinctrl/intel/pinctrl-tigerlake.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/intel/pinctrl-tigerlake.c b/drivers/pinctrl/intel/pinctrl-tigerlake.c
index 3e354e02f408..75b6d66955bf 100644
--- a/drivers/pinctrl/intel/pinctrl-tigerlake.c
+++ b/drivers/pinctrl/intel/pinctrl-tigerlake.c
@@ -748,6 +748,7 @@ static const struct intel_pinctrl_soc_data tglh_soc_data = {
 static const struct acpi_device_id tgl_pinctrl_acpi_match[] = {
 	{ "INT34C5", (kernel_ulong_t)&tgllp_soc_data },
 	{ "INT34C6", (kernel_ulong_t)&tglh_soc_data },
+	{ "INTC1055", (kernel_ulong_t)&tgllp_soc_data },
 	{ }
 };
 MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);
-- 
2.29.2


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

* Re: [PATCH v1] pinctrl: tigerlake: Add Alder Lake-P ACPI ID
  2021-01-07 18:54 [PATCH v1] pinctrl: tigerlake: Add Alder Lake-P ACPI ID Andy Shevchenko
@ 2021-01-08  6:58 ` Mika Westerberg
  2021-01-08 13:46   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Mika Westerberg @ 2021-01-08  6:58 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: linux-gpio, Linus Walleij

On Thu, Jan 07, 2021 at 08:54:06PM +0200, Andy Shevchenko wrote:
> Intel Alder Lake-P PCH has the same GPIO hardware than Tiger Lake-LP
> PCH but the ACPI ID is different. Add this new ACPI ID to the list of
> supported devices.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

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

* Re: [PATCH v1] pinctrl: tigerlake: Add Alder Lake-P ACPI ID
  2021-01-08  6:58 ` Mika Westerberg
@ 2021-01-08 13:46   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2021-01-08 13:46 UTC (permalink / raw)
  To: Mika Westerberg; +Cc: linux-gpio, Linus Walleij

On Fri, Jan 08, 2021 at 08:58:55AM +0200, Mika Westerberg wrote:
> On Thu, Jan 07, 2021 at 08:54:06PM +0200, Andy Shevchenko wrote:
> > Intel Alder Lake-P PCH has the same GPIO hardware than Tiger Lake-LP
> > PCH but the ACPI ID is different. Add this new ACPI ID to the list of
> > supported devices.
> > 
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Pushed to my review and testing queue, thanks!

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2021-01-08 13:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-07 18:54 [PATCH v1] pinctrl: tigerlake: Add Alder Lake-P ACPI ID Andy Shevchenko
2021-01-08  6:58 ` Mika Westerberg
2021-01-08 13:46   ` Andy Shevchenko

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