summaryrefslogtreecommitdiff
path: root/bindings/msm-cam-custom.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/msm-cam-custom.txt')
-rw-r--r--bindings/msm-cam-custom.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/bindings/msm-cam-custom.txt b/bindings/msm-cam-custom.txt
new file mode 100644
index 0000000..8c5cc61
--- /dev/null
+++ b/bindings/msm-cam-custom.txt
@@ -0,0 +1,31 @@
+* Qualcomm Technologies, Inc. MSM Camera Custom
+
+The MSM camera Custom driver provides the definitions for enabling
+the Camera custom hadware. It provides the functions for the Client to
+control the custom hardware.
+
+=======================
+Required Node Structure
+=======================
+The camera Custom device is described in one level of device node.
+
+==================================
+First Level Node - CAM CUSTOM device
+==================================
+- compatible
+ Usage: required
+ Value type: <string>
+ Definition: Should be "qcom,cam-custom".
+
+- arch-compat
+ Usage: required
+ Value type: <string>
+ Definition: Should be "custom".
+
+Example:
+
+ qcom,cam-custom {
+ compatible = "qcom,cam-custom";
+ arch-compat = "custom";
+ status = "ok";
+ };