aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/i2c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2018-05-06 04:06:07 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-28 07:10:01 -0400
commit653d500ccaadd76ccade9f07469cdc66759315b6 (patch)
tree2c74f567f590be62d26b0168a349c3357422778c /include/media/i2c
parentmedia: staging: media: bcm2048: match alignment with open parenthesis (diff)
downloadwireguard-linux-653d500ccaadd76ccade9f07469cdc66759315b6.tar.xz
wireguard-linux-653d500ccaadd76ccade9f07469cdc66759315b6.zip
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>
Diffstat (limited to 'include/media/i2c')
-rw-r--r--include/media/i2c/lm3560.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/i2c/lm3560.h b/include/media/i2c/lm3560.h
index a5bd310c9e1e..0e2b1c751a5d 100644
--- a/include/media/i2c/lm3560.h
+++ b/include/media/i2c/lm3560.h
@@ -22,6 +22,7 @@
#include <media/v4l2-subdev.h>
+#define LM3559_NAME "lm3559"
#define LM3560_NAME "lm3560"
#define LM3560_I2C_ADDR (0x53)