summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-designware-platdrv.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2014-07-23 13:06:57 +0100
committerWolfram Sang <wsa@the-dreams.de>2014-08-02 13:19:54 +0200
commit0409516a2d29fcaca53ed4c90c22f11af9600199 (patch)
treea94812862ef56dad03ca72202180b3e5f7657b38 /drivers/i2c/busses/i2c-designware-platdrv.c
parent4aa6a1619517ad37ccc22d1535094e5ad3c84e1d (diff)
downloadop-kernel-dev-0409516a2d29fcaca53ed4c90c22f11af9600199.zip
op-kernel-dev-0409516a2d29fcaca53ed4c90c22f11af9600199.tar.gz
i2c: designware: add new bindings
This may appear as PCI or ACPI depending upon the firmware so we have to list both. All share the same ACPI identifier but not the same PCI identifier. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c/busses/i2c-designware-platdrv.c')
-rw-r--r--drivers/i2c/busses/i2c-designware-platdrv.c1
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 e4e1af9..bc87733 100644
--- a/drivers/i2c/busses/i2c-designware-platdrv.c
+++ b/drivers/i2c/busses/i2c-designware-platdrv.c
@@ -106,6 +106,7 @@ static const struct acpi_device_id dw_i2c_acpi_match[] = {
{ "INT3432", 0 },
{ "INT3433", 0 },
{ "80860F41", 0 },
+ { "808622C1", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match);
OpenPOWER on IntegriCloud