From 15382fde2e590bb83ea27c88f61de10168bb0048 Mon Sep 17 00:00:00 2001 From: "Goh, Wei Khang1" Date: Tue, 2 Dec 2025 10:34:36 +0800 Subject: [PATCH] media: i2c: Assign INTC113C HID to ISX031 for upstream compliance 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 --- drivers/media/i2c/isx031.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/isx031.c b/drivers/media/i2c/isx031.c index 9d5e3e43ae57..e43b08ac5804 100644 --- a/drivers/media/i2c/isx031.c +++ b/drivers/media/i2c/isx031.c @@ -1031,7 +1031,7 @@ static const struct isx031_info isx031_mipi_info = { }; static const struct acpi_device_id isx031_acpi_ids[] = { - { "INTC3031", (kernel_ulong_t)&isx031_mipi_info }, + { "INTC113C", (kernel_ulong_t)&isx031_mipi_info }, {} };