summaryrefslogtreecommitdiff
path: root/bindings/msm-camera.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/msm-camera.txt')
-rw-r--r--bindings/msm-camera.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/bindings/msm-camera.txt b/bindings/msm-camera.txt
new file mode 100644
index 0000000..04548ca
--- /dev/null
+++ b/bindings/msm-camera.txt
@@ -0,0 +1,13 @@
+* Qualcomm Technologies, Inc. MSM Camera
+
+Required properties:
+- compatible :
+ - "qcom,cam-req-mgr"
+- qcom,sensor-manual-probe : specify if sensor probes at kernel boot time or user driven
+
+Example:
+
+ qcom,cam-req-mgr {
+ compatible = "qcom,cam-req-mgr";
+ qcom,sensor-manual-probe;
+ };