Skip to content

Conversation

@gohweikh
Copy link

@gohweikh gohweikh commented Dec 2, 2025

Allocated INTC113C HID to prepare ISX031 for upstreaming, this ACPI HID is registered for ISX031 GMSL2 and MIPI camera sensors. Current INTC3031 HID used is not officially captured in goto.intel.com/acpi.

Allocated INTC113C HID to prepare ISX031 for upstreaming,
this ACPI HID is registered for ISX031 GMSL2 and MIPI camera sensors.
Current INTC3031 HID used is not officially captured in goto.intel.com/acpi.

Signed-off-by: Goh, Wei Khang1 <wei.khang1.goh@intel.com>

static const struct acpi_device_id isx031_acpi_ids[] = {
{ "INTC3031", (kernel_ulong_t)&isx031_mipi_info },
{ "INTC113C", (kernel_ulong_t)&isx031_mipi_info },

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pls use INTC1031, keep consistent with upstream gmsl driver.
upstream gmsl driver patch in ipu7-driver

Copy link
Author

@gohweikh gohweikh Dec 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

INTC113C is our newly registered HID under goto.intel.com/acpi, approved in WW49. Need to replace existing unofficial INTC1031 HID, and all future upstream effort on ISX031 will be aligned to this HID.

FYI, INTC1031 HID was taken In Intel ACPI HID allocation list.

CC will update this change in his PR upstream gmsl driver patch in ipu7-driver

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

INTC113C is our newly registered HID under goto.intel.com/acpi, approved in WW49. Need to replace existing unofficial INTC1031 HID, and all future upstream effort on ISX031 will be aligned to this HID.

CC will update this in his PR upstream gmsl driver patch in ipu7-driver

Please settle down the HID first, as the ACPI table change may not applied on devices which are already delivered to customers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants