[PATCH] device tree description for AD5820 camera auto-focus coil
From: robh@kernel.org (Rob Herring)
Date: 2016-06-06 13:29:27
Also in:
linux-devicetree, linux-media, linux-omap, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-06-06 13:29:27
Also in:
linux-devicetree, linux-media, linux-omap, lkml
On Thu, Jun 02, 2016 at 09:30:27PM +0200, Pavel Machek wrote:
Add documentation for ad5820 device tree binding. Signed-off-by: Pavel Machek <redacted>diff --git a/Documentation/devicetree/bindings/media/i2c/ad5820.txt b/Documentation/devicetree/bindings/media/i2c/ad5820.txt new file mode 100644 index 0000000..fb70ca5 --- /dev/null +++ b/Documentation/devicetree/bindings/media/i2c/ad5820.txt@@ -0,0 +1,19 @@ +* Analog Devices AD5820 autofocus coil + +Required Properties: + + - compatible: Must contain "adi,ad5820" + + - reg: I2C slave address + + - VANA-supply: supply of voltage for VANA pin + +Example: + + ad5820: coil at 0c {
Drop the leading 0. With that, Acked-by: Rob Herring <robh@kernel.org>