summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorTrishansh Bhardwaj <tbhardwa@qti.qualcomm.com>2019-07-22 15:38:42 +0530
committerMukund Madhusudan Atre <matre@quicinc.com>2019-08-09 13:51:54 -0700
commita6eb11c86895a36a22cb09ac1cdaeedeffddea2f (patch)
treebfa39462e7f08a2f126cd66259257ccb509e3b6c /bindings
parenta41d46e25fc763e9ab12ea38492f0810638d7d7e (diff)
downloadcamera-devicetree-a6eb11c86895a36a22cb09ac1cdaeedeffddea2f.tar.gz
dt-bindings: Add cam_hw_fuse documentation
Adds cam_hw_fuse documentation for camera cpas. Change-Id: I4a5f4cf54ca07485d232400e8fc93c3934ac0e87
Diffstat (limited to 'bindings')
-rw-r--r--bindings/msm-cam-cpas.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/bindings/msm-cam-cpas.txt b/bindings/msm-cam-cpas.txt
index 34d2515..c18b743 100644
--- a/bindings/msm-cam-cpas.txt
+++ b/bindings/msm-cam-cpas.txt
@@ -65,6 +65,12 @@ First Level Node - CAM CPAS device
Definition: Offset of the register space compared to
to Camera base register space.
+- cam_hw_fuse
+ Usage: optional
+ Value type: <u32>
+ Definition: List of fuse based features and respective
+ fuse info.
+
- interrupt-names
Usage: optional
Value type: <string>
@@ -283,6 +289,8 @@ Example:
reg = <0xac40000 0x1000>,
<0xac42000 0x5000>;
reg-cam-base = <0x40000 0x42000>;
+ cam_hw_fuse = <CAM_CPAS_QCFA_BINNING_ENABLE 0x00780210 29>,
+ <CAM_CPAS_SECURE_CAMERA_ENABLE 0x00780210 18>;
interrupt-names = "cpas_camnoc";
interrupts = <0 459 0>;
qcom,cpas-hw-ver = <0x170100>; /* Titan v170 v1.0.0 */