summaryrefslogtreecommitdiff
path: root/bindings/msm-cam-isp.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/msm-cam-isp.txt')
-rw-r--r--bindings/msm-cam-isp.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/bindings/msm-cam-isp.txt b/bindings/msm-cam-isp.txt
new file mode 100644
index 0000000..896eb9f
--- /dev/null
+++ b/bindings/msm-cam-isp.txt
@@ -0,0 +1,36 @@
+* Qualcomm Technologies, Inc. MSM Camera ISP
+
+The MSM camera ISP driver provides the definitions for enabling
+the Camera ISP hadware. It provides the functions for the Client to
+control the ISP hardware.
+
+=======================
+Required Node Structure
+=======================
+The camera ISP device is described in one level of device node.
+
+==================================
+First Level Node - CAM ISP device
+==================================
+- compatible
+ Usage: required
+ Value type: <string>
+ Definition: Should be "qcom,cam-isp".
+
+- arch-compat
+ Usage: required
+ Value type: <string>
+ Definition: Should be "vfe" or "ife".
+
+- ubwc-static-cfg
+ Usage: optional
+ Value type: <u32>
+ Definition: IFE UBWC static configuration based on DDR device type.
+
+Example:
+
+ qcom,cam-isp {
+ compatible = "qcom,cam-isp";
+ arch-compat = "ife";
+ status = "ok";
+ };