mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
dt-bindings: media: i2c: Add binding for ad5398 VCM
Add a binding for Analog Devices AD5398 10bit current sinking DAC when used as a lens VCM driver. FIXME: Convert to YAML Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
This commit is contained in:
committed by
Dom Cobley
parent
019a9daac9
commit
e06366dbf2
20
Documentation/devicetree/bindings/media/i2c/ad5398.txt
Normal file
20
Documentation/devicetree/bindings/media/i2c/ad5398.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
* Analog Devices AD5398 autofocus coil
|
||||
|
||||
Required Properties:
|
||||
|
||||
- compatible: Must contain one of:
|
||||
- "adi,ad5398"
|
||||
|
||||
- reg: I2C slave address
|
||||
|
||||
- VANA-supply: supply of voltage for VANA pin
|
||||
|
||||
Example:
|
||||
|
||||
ad5398: coil@c {
|
||||
compatible = "adi,ad5398";
|
||||
reg = <0x0c>;
|
||||
|
||||
VANA-supply = <&vaux4>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user