2021-05-25 09:02:50

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v1 1/1] pinctrl: tigerlake: Add Alder Lake-M ACPI ID

Intel Alder Lake-M 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 <[email protected]>
---
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 75b6d66955bf..3e4ef2b87526 100644
--- a/drivers/pinctrl/intel/pinctrl-tigerlake.c
+++ b/drivers/pinctrl/intel/pinctrl-tigerlake.c
@@ -749,6 +749,7 @@ 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 },
+ { "INTC1057", (kernel_ulong_t)&tgllp_soc_data },
{ }
};
MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);
--
2.30.2


2021-05-25 10:53:33

by Mika Westerberg

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] pinctrl: tigerlake: Add Alder Lake-M ACPI ID

On Tue, May 25, 2021 at 11:50:50AM +0300, Andy Shevchenko wrote:
> Intel Alder Lake-M 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 <[email protected]>

Acked-by: Mika Westerberg <[email protected]>

2021-05-25 16:13:23

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] pinctrl: tigerlake: Add Alder Lake-M ACPI ID

On Tue, May 25, 2021 at 01:35:38PM +0300, Mika Westerberg wrote:
> On Tue, May 25, 2021 at 11:50:50AM +0300, Andy Shevchenko wrote:
> > Intel Alder Lake-M 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 <[email protected]>
>
> Acked-by: Mika Westerberg <[email protected]>

Pushed to my review and testing queue, thanks!

--
With Best Regards,
Andy Shevchenko