iio: pressure: ms5611: remove deprecated compatible strings
Compatible strings tend to follow manufacturer,model format. In case one wants to do a matching with manufacturer stripped off he can still do so since SPI/I2C core will try id_table based matching anyway. Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
Родитель
79fd571b7a
Коммит
a18c66c405
|
@ -117,9 +117,7 @@ static int ms5611_i2c_remove(struct i2c_client *client)
|
||||||
#if defined(CONFIG_OF)
|
#if defined(CONFIG_OF)
|
||||||
static const struct of_device_id ms5611_i2c_matches[] = {
|
static const struct of_device_id ms5611_i2c_matches[] = {
|
||||||
{ .compatible = "meas,ms5611" },
|
{ .compatible = "meas,ms5611" },
|
||||||
{ .compatible = "ms5611" },
|
|
||||||
{ .compatible = "meas,ms5607" },
|
{ .compatible = "meas,ms5607" },
|
||||||
{ .compatible = "ms5607" },
|
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, ms5611_i2c_matches);
|
MODULE_DEVICE_TABLE(of, ms5611_i2c_matches);
|
||||||
|
|
|
@ -119,9 +119,7 @@ static int ms5611_spi_remove(struct spi_device *spi)
|
||||||
#if defined(CONFIG_OF)
|
#if defined(CONFIG_OF)
|
||||||
static const struct of_device_id ms5611_spi_matches[] = {
|
static const struct of_device_id ms5611_spi_matches[] = {
|
||||||
{ .compatible = "meas,ms5611" },
|
{ .compatible = "meas,ms5611" },
|
||||||
{ .compatible = "ms5611" },
|
|
||||||
{ .compatible = "meas,ms5607" },
|
{ .compatible = "meas,ms5607" },
|
||||||
{ .compatible = "ms5607" },
|
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(of, ms5611_spi_matches);
|
MODULE_DEVICE_TABLE(of, ms5611_spi_matches);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче