summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/video/nvidia,ad5823.txt
blob: bc7399c39802274a390b78751a3cec10947ebbb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
NVIDIA Camera focuser ad5823 driver interface.

Required properties:
- compatible : The driver is compatible with
	"nvidia,ad5823".

- reg : Should contain I2C slave address of the driver.

- af-pwdn-gpios : ad5823 power down GPIO

Example:

	ad5823@0c {
		compatible = "nvidia,ad5823";
		reg = <0x0c>;
		af-pwdn-gpios = <&gpio 223 0>; /* gpo PBB7 */
		status = "okay";
	};