aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBingbu Cao <[email protected]>2018-06-19 02:01:46 -0400
committerMauro Carvalho Chehab <[email protected]>2018-07-04 06:11:41 -0400
commitad5145164b21eb4fcb091096b1b384a3faecac64 (patch)
tree3d88e6522ac2e1b7852076df0a88cbd09465e9cd
parent3c4a737267e89aafa6308c6c456d2ebea3fcd085 (diff)
media: dt-bindings: Add bindings for AKM ak7375 voice coil lens
Add device tree bindings for AKM ak7375 voice coil lens driver. This chip is used to drive a lens in a camera module. Signed-off-by: Tianshu Qiu <[email protected]> Signed-off-by: Bingbu Cao <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/media/i2c/ak7375.txt8
-rw-r--r--MAINTAINERS8
2 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/i2c/ak7375.txt b/Documentation/devicetree/bindings/media/i2c/ak7375.txt
new file mode 100644
index 000000000000..aa3e24b41241
--- /dev/null
+++ b/Documentation/devicetree/bindings/media/i2c/ak7375.txt
@@ -0,0 +1,8 @@
+Asahi Kasei Microdevices AK7375 voice coil lens driver
+
+AK7375 is a camera voice coil lens.
+
+Mandatory properties:
+
+- compatible: "asahi-kasei,ak7375"
+- reg: I2C slave address
diff --git a/MAINTAINERS b/MAINTAINERS
index bd147aee7f80..bbd9b9b3d74f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2272,6 +2272,14 @@ L: [email protected]
S: Maintained
F: drivers/leds/leds-as3645a.c
+ASAHI KASEI AK7375 LENS VOICE COIL DRIVER
+M: Tianshu Qiu <[email protected]>
+T: git git://linuxtv.org/media_tree.git
+S: Maintained
+F: drivers/media/i2c/ak7375.c
+F: Documentation/devicetree/bindings/media/i2c/ak7375.txt
+
ASAHI KASEI AK8974 DRIVER
M: Linus Walleij <[email protected]>