Re: [PATCH 1/2] pinctrl: intel: platform: Add INTC10B5 ACPI ID for Lunar Lake
From: Andy Shevchenko
Date: Sun Apr 05 2026 - 12:18:03 EST
On Sun, Apr 05, 2026 at 02:45:17PM +0530, Vasu wrote:
>
> Yes, multiple PA14250 variants are already on the market and shipping.
> The Core Ultra 5 variants ship with Ubuntu 24.04 and are Ubuntu-certified.
> The Dell Pro 13 Plus (PB13250) with Core Ultra 7 266V is also
> Ubuntu-certified. My device, the PA14250 with Core Ultra 7 266V, ships
> with Windows 11.
>
> All of these Lunar Lake Dell laptops share the same ACPI BIOS issue with
> INTC10B5 not having _CID set properly.
Okay, you misinterpreted the SoC's GPIO with external component. The problem is
you forgot (or distro, in that case file a bug in their respective bugzilla) to
have the proper LJCA driver(s) be enabled.
Another possibility that they are using old kernel.
You can spent 5 minutes by checking yourself:
$ git grep -n -w INTC10B5
drivers/gpio/gpio-usbio.c:31: { "INTC10B5" }, /* LNL */
drivers/usb/misc/usb-ljca.c:182: { "INTC10B5" }, /* LNL LJCA GPIO */
Overall, your series is not needed at all.
--
With Best Regards,
Andy Shevchenko