mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 23:19:53 +07:00
9887c8642d
Add documentation for ad5820 device tree binding. Signed-off-by: Pavel Machek <pavel@denx.de> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
20 lines
338 B
Plaintext
20 lines
338 B
Plaintext
* 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@c {
|
|
compatible = "adi,ad5820";
|
|
reg = <0x0c>;
|
|
|
|
VANA-supply = <&vaux4>;
|
|
};
|
|
|