diff options
Diffstat (limited to 'drivers/platform/x86/i2c-multi-instantiate.c')
-rw-r--r-- | drivers/platform/x86/i2c-multi-instantiate.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/platform/x86/i2c-multi-instantiate.c b/drivers/platform/x86/i2c-multi-instantiate.c index 3d893e0ac250..197d8a192721 100644 --- a/drivers/platform/x86/i2c-multi-instantiate.c +++ b/drivers/platform/x86/i2c-multi-instantiate.c | |||
@@ -159,6 +159,14 @@ static const struct i2c_inst_data bsg1160_data[] = { | |||
159 | {} | 159 | {} |
160 | }; | 160 | }; |
161 | 161 | ||
162 | static const struct i2c_inst_data bsg2150_data[] = { | ||
163 | { "bmc150_accel", IRQ_RESOURCE_GPIO, 0 }, | ||
164 | { "bmc150_magn" }, | ||
165 | /* The resources describe a 3th client, but it is not really there. */ | ||
166 | { "bsg2150_dummy_dev" }, | ||
167 | {} | ||
168 | }; | ||
169 | |||
162 | static const struct i2c_inst_data int3515_data[] = { | 170 | static const struct i2c_inst_data int3515_data[] = { |
163 | { "tps6598x", IRQ_RESOURCE_APIC, 0 }, | 171 | { "tps6598x", IRQ_RESOURCE_APIC, 0 }, |
164 | { "tps6598x", IRQ_RESOURCE_APIC, 1 }, | 172 | { "tps6598x", IRQ_RESOURCE_APIC, 1 }, |
@@ -173,6 +181,7 @@ static const struct i2c_inst_data int3515_data[] = { | |||
173 | */ | 181 | */ |
174 | static const struct acpi_device_id i2c_multi_inst_acpi_ids[] = { | 182 | static const struct acpi_device_id i2c_multi_inst_acpi_ids[] = { |
175 | { "BSG1160", (unsigned long)bsg1160_data }, | 183 | { "BSG1160", (unsigned long)bsg1160_data }, |
184 | { "BSG2150", (unsigned long)bsg2150_data }, | ||
176 | { "INT3515", (unsigned long)int3515_data }, | 185 | { "INT3515", (unsigned long)int3515_data }, |
177 | { } | 186 | { } |
178 | }; | 187 | }; |