Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 653d500c authored by Pavel Machek's avatar Pavel Machek Committed by Mauro Carvalho Chehab
Browse files

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: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent ce3ff60f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 * drivers/media/i2c/lm3560.c
 * General device driver for TI lm3560, FLASH LED Driver
 * General device driver for TI lm3559, lm3560, FLASH LED Driver
 *
 * Copyright (C) 2013 Texas Instruments
 *
@@ -465,6 +465,7 @@ static int lm3560_remove(struct i2c_client *client)
}

static const struct i2c_device_id lm3560_id_table[] = {
	{LM3559_NAME, 0},
	{LM3560_NAME, 0},
	{}
};
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@

#include <media/v4l2-subdev.h>

#define LM3559_NAME	"lm3559"
#define LM3560_NAME	"lm3560"
#define LM3560_I2C_ADDR	(0x53)