]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
i2c: designware: Add a new ACPI HID for GOOG5000 I2C controller
authorMoritz Fischer <moritzf@google.com>
Thu, 26 Mar 2026 20:04:51 +0000 (20:04 +0000)
committerAndi Shyti <andi.shyti@kernel.org>
Fri, 27 Mar 2026 13:18:35 +0000 (14:18 +0100)
Define a new ACPI HID for GOOG5000 as used on Google Axion.

This has been validated on Silicon.

Signed-off-by: Moritz Fischer <moritzf@google.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20260326200451.2904375-1-moritzf@google.com
drivers/i2c/busses/i2c-designware-platdrv.c

index 426ffec06e221fe87687a2b619fb496460b0a065..3351c4a9ef118bc4f7f5651fd65078e043e8a7f2 100644 (file)
@@ -268,6 +268,7 @@ static const struct acpi_device_id dw_i2c_acpi_match[] = {
        { "AMDI0510", 0 },
        { "APMC0D0F", 0 },
        { "FUJI200B", 0 },
+       { "GOOG5000", 0 },
        { "HISI02A1", 0 },
        { "HISI02A2", 0 },
        { "HISI02A3", 0 },