media: i2c: lm3560: add support for lm3559 chip

Add support for LM3559, as found in Motorola Droid 4 phone, for
example. SW interface seems to be identical.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Pavel Machek
2018-05-06 04:06:07 -04:00
committed by Mauro Carvalho Chehab
parent ce3ff60f02
commit 653d500cca
2 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
#include <media/v4l2-subdev.h>
#define LM3559_NAME "lm3559"
#define LM3560_NAME "lm3560"
#define LM3560_I2C_ADDR (0x53)