mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-20 12:54:36 +08:00
iio: chemical: pms7003: extend supported sensors list
Add other sensors to the compatible list. Signed-off-by: Tomasz Duszynski <tduszyns@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
76838a8f29
commit
036aa1fee1
@ -321,7 +321,12 @@ static int pms7003_probe(struct serdev_device *serdev)
|
||||
}
|
||||
|
||||
static const struct of_device_id pms7003_of_match[] = {
|
||||
{ .compatible = "plantower,pms1003" },
|
||||
{ .compatible = "plantower,pms3003" },
|
||||
{ .compatible = "plantower,pms5003" },
|
||||
{ .compatible = "plantower,pms6003" },
|
||||
{ .compatible = "plantower,pms7003" },
|
||||
{ .compatible = "plantower,pmsa003" },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, pms7003_of_match);
|
||||
|
Loading…
Reference in New Issue
Block a user