summaryrefslogtreecommitdiff
path: root/bindings/msm-cam-custom-hw.txt
diff options
context:
space:
mode:
authorAlex Hong <rurumihong@google.com>2019-10-21 23:11:34 +0800
committerAlex Hong <rurumihong@google.com>2019-10-21 23:11:39 +0800
commit3e108d7e1778f32464560cd20db2bdb499fb6e6d (patch)
treed381f1131fe1f8170565b52dcbc04a93bf67c382 /bindings/msm-cam-custom-hw.txt
parent2139a34d18500066c29660c4770c7d1855a45c2c (diff)
parent8e0a2d8311254c4899e6a9219bb8b7b796b443fa (diff)
downloadcamera-devicetree-3e108d7e1778f32464560cd20db2bdb499fb6e6d.tar.gz
Merge branch 'LA.UM.8.13.R1.08.00.00.571.023' via branch 'qcom-msm-4.19-7250' into android-msm-pixel-4.19
Bug: 143047891 Change-Id: Idebdcafb3b13c96047a6dcfe6eb643e9d630ff94 Signed-off-by: Alex Hong <rurumihong@google.com>
Diffstat (limited to 'bindings/msm-cam-custom-hw.txt')
-rw-r--r--bindings/msm-cam-custom-hw.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/bindings/msm-cam-custom-hw.txt b/bindings/msm-cam-custom-hw.txt
new file mode 100644
index 0000000..61125d0
--- /dev/null
+++ b/bindings/msm-cam-custom-hw.txt
@@ -0,0 +1,28 @@
+* Qualcomm Technologies, Inc. MSM Camera Custom HW
+
+Camera Custom device provides the definitions for enabling
+the custom hardware. It also provides the functions for the client
+to control the Custom hardware.
+
+=======================
+Required Node Structure
+=======================
+The Custom device is described in one level of the device node.
+
+======================================
+First Level Node - CAM Custom device
+======================================
+Required properties:
+- compatible
+ Usage: required
+ Value type: <string>
+ Definition: Should specify the compatibility string for matching the
+ driver. e.g. "qcom,cam_custom_hw_sub_mod".
+
+Example:
+
+ qcom,cam-custom-hw {
+ compatible = "qcom,cam_custom_hw_sub_mod";
+ arch-compat = "custom";
+ status = "ok";
+ };