summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/video/nvidia,ad5823.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/video/nvidia,ad5823.txt')
-rw-r--r--Documentation/devicetree/bindings/video/nvidia,ad5823.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/nvidia,ad5823.txt b/Documentation/devicetree/bindings/video/nvidia,ad5823.txt
new file mode 100644
index 000000000000..bc7399c39802
--- /dev/null
+++ b/Documentation/devicetree/bindings/video/nvidia,ad5823.txt
@@ -0,0 +1,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";
+ };