diff options
-rw-r--r-- | drivers/iio/light/vcnl4000.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/iio/light/vcnl4000.c b/drivers/iio/light/vcnl4000.c index f522cb863e8c..16dacea9eadf 100644 --- a/drivers/iio/light/vcnl4000.c +++ b/drivers/iio/light/vcnl4000.c @@ -409,6 +409,10 @@ static const struct of_device_id vcnl_4000_of_match[] = { .data = (void *)VCNL4010, }, { + .compatible = "vishay,vcnl4040", + .data = (void *)VCNL4040, + }, + { .compatible = "vishay,vcnl4200", .data = (void *)VCNL4200, }, |