summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJake Park <jakep@nvidia.com>2013-03-28 21:40:25 +0900
committerMrutyunjay Sawant <msawant@nvidia.com>2013-04-08 10:53:28 -0700
commite8a886a521071a39a71fc3f22be7a3662a832e9c (patch)
treef4ce170af36ba4ab25bad3160a10138189e26aae /Documentation
parent142c441b1a260a163b9af7880dcd44e741b097ae (diff)
media: video: tegra: enable DT for ad5823
Bug 1255103 Change-Id: Iabc3dd93d71d5be9229393c7706d695ad56a0eb5 Signed-off-by: Jake Park <jakep@nvidia.com> Reviewed-on: http://git-master/r/213971 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Courbot <acourbot@nvidia.com> Reviewed-by: Sudhir Vyas <svyas@nvidia.com> Reviewed-by: Nitin Kumbhar <nkumbhar@nvidia.com>
Diffstat (limited to 'Documentation')
-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";
+ };