media: i2c: Assign INTC113C HID to ISX031 for upstream compliance#400
media: i2c: Assign INTC113C HID to ISX031 for upstream compliance#400gohweikh wants to merge 1 commit intointel:iotg_ipu6from
Conversation
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 }, |
There was a problem hiding this comment.
Pls use INTC1031, keep consistent with upstream gmsl driver.
upstream gmsl driver patch in ipu7-driver
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
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.