]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
i2c: designware: Add a new ACPI HID for HJMC01 I2C controller
authorHunter Yu <hunter.yu@hj-micro.com>
Thu, 26 Sep 2024 02:40:06 +0000 (10:40 +0800)
committerAndi Shyti <andi.shyti@kernel.org>
Sun, 17 Nov 2024 10:58:14 +0000 (11:58 +0100)
Define a new ACPI HID for HJMC01

Signed-off-by: Hunter Yu <hunter.yu@hj-micro.com>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-designware-platdrv.c

index f722ffc13c2208373005f856bd7648596a162648..1643cad6489c99b1cf9b0c4747d8a9e205f5ab95 100644 (file)
@@ -352,6 +352,7 @@ static const struct acpi_device_id dw_i2c_acpi_match[] = {
        { "HISI02A1", 0 },
        { "HISI02A2", 0 },
        { "HISI02A3", 0 },
+       { "HJMC3001", 0 },
        { "HYGO0010", ACCESS_INTR_MASK },
        { "INT33C2", 0 },
        { "INT33C3", 0 },