Lines Matching +full:bosch +full:- +full:sensortec
1 // SPDX-License-Identifier: GPL-2.0-only
3 * 3-axis magnetometer driver supporting following I2C Bosch-Sensortec chips:
4 * - BMC150
5 * - BMC156
6 * - BMM150
26 dev_err(&client->dev, "Failed to initialize i2c regmap\n"); in bmc150_magn_i2c_probe()
31 name = id->name; in bmc150_magn_i2c_probe()
33 return bmc150_magn_probe(&client->dev, regmap, client->irq, name); in bmc150_magn_i2c_probe()
38 bmc150_magn_remove(&client->dev); in bmc150_magn_i2c_remove()
58 { .compatible = "bosch,bmc150_magn" },
59 { .compatible = "bosch,bmc156_magn" },
60 { .compatible = "bosch,bmm150_magn" }, /* deprecated compatible */
61 { .compatible = "bosch,bmm150" },