diff options
author | Hunter Yu <hunter.yu@hj-micro.com> | 2024-09-26 05:40:06 +0300 |
---|---|---|
committer | Andi Shyti <andi.shyti@kernel.org> | 2024-11-17 13:58:14 +0300 |
commit | 6816ce57c479653122145793bb45ff58e0805a56 (patch) | |
tree | 4ae526e32f98cdfa1c7237ab81244e147ae0cc3c | |
parent | e586685c38b3278fbdbcb39f963687c9610f76fc (diff) | |
download | linux-6816ce57c479653122145793bb45ff58e0805a56.tar.xz |
i2c: designware: Add a new ACPI HID for HJMC01 I2C controller
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>
-rw-r--r-- | drivers/i2c/busses/i2c-designware-platdrv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-designware-platdrv.c b/drivers/i2c/busses/i2c-designware-platdrv.c index f722ffc13c22..1643cad6489c 100644 --- a/drivers/i2c/busses/i2c-designware-platdrv.c +++ b/drivers/i2c/busses/i2c-designware-platdrv.c @@ -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 }, |