diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2024-09-13 14:09:05 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2024-09-13 14:09:05 +0300 |
commit | d7c9ec3b07d73cf8a77b44a17f1819c079026ded (patch) | |
tree | 311b68daa08d305a10629682919ab9a6fd314f20 | |
parent | da3ea35007d0af457a0afc87e84fddaebc4e0b63 (diff) | |
parent | a366e46da10d7bfa1a52c3bd31f342a3d0e8e7fe (diff) | |
download | linux-d7c9ec3b07d73cf8a77b44a17f1819c079026ded.tar.xz |
Merge tag 'intel-pinctrl-v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into fixes
intel-pinctrl for v6.11-1
This includes a new ACPI ID that is added to the Intel Meteor Lake
driver to support recent Intel Arrow Lake hardware.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | drivers/pinctrl/intel/pinctrl-meteorlake.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/intel/pinctrl-meteorlake.c b/drivers/pinctrl/intel/pinctrl-meteorlake.c index cc44890c6699..885fa3b0d6d9 100644 --- a/drivers/pinctrl/intel/pinctrl-meteorlake.c +++ b/drivers/pinctrl/intel/pinctrl-meteorlake.c @@ -584,6 +584,7 @@ static const struct intel_pinctrl_soc_data mtls_soc_data = { }; static const struct acpi_device_id mtl_pinctrl_acpi_match[] = { + { "INTC105E", (kernel_ulong_t)&mtlp_soc_data }, { "INTC1083", (kernel_ulong_t)&mtlp_soc_data }, { "INTC1082", (kernel_ulong_t)&mtls_soc_data }, { } |