On Wed, 18 Sep 2019 07:47:31 -0700 Angus Ainslie <angus@xxxxxxxx> wrote: > On 2019-09-17 07:56, Marco Felsch wrote: > > Commit 5a441aade5b3 ("iio: light: vcnl4000 add support for the VCNL4040 > > proximity and light sensor") added the support for the vcnl4040 but > > forgot to add the of_compatible. Fix this by adding it now. > > > > Signed-off-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> > > Reviewed-by: Angus Ainslie (Purism) angus@xxxxxxxx I turned the above note on what missed this into a fixes tag and marked it for stable. It's no a particularly critical fix, but it is fairly trivial and very unlikely to have side effects so lets get it tidied up everywhere. Thanks, Jonathan > > > --- > > drivers/iio/light/vcnl4000.c | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > 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 > > @@ -408,6 +408,10 @@ static const struct of_device_id > > vcnl_4000_of_match[] = { > > .compatible = "vishay,vcnl4020", > > .data = (void *)VCNL4010, > > }, > > + { > > + .compatible = "vishay,vcnl4040", > > + .data = (void *)VCNL4040, > > + }, > > { > > .compatible = "vishay,vcnl4200", > > .data = (void *)VCNL4200,