Staging: iio: light: Added correct vendor-prefix for device isl29028
This patch adds the correct vendor-prefix for device isl29028 and maintains deprecated vendor-prefix found by checkpatch warning for older kernel releases. Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
7c75c1d5e7
commit
2dcb7efa12
@ -537,7 +537,8 @@ static const struct i2c_device_id isl29028_id[] = {
|
||||
MODULE_DEVICE_TABLE(i2c, isl29028_id);
|
||||
|
||||
static const struct of_device_id isl29028_of_match[] = {
|
||||
{ .compatible = "isil,isl29028", },
|
||||
{ .compatible = "isl,isl29028", },
|
||||
{ .compatible = "isil,isl29028", },/* deprecated, don't use */
|
||||
{ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, isl29028_of_match);
|
||||
|
Loading…
Reference in New Issue
Block a user