Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 887d51af authored by Jigarkumar Zala's avatar Jigarkumar Zala
Browse files

dt-bindings: camera: Add bindings for camera sync driver

Add description for camera sync with new compatibility string.

CRs-Fixed: 2590413
Change-Id: I746b8c629cb487ced930ff63b3f807c968c60f3f
parent bb5a3bd3
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

Required properties:
- compatible :
    - "qcom,cam-req-mgr"
    - "qcom,cam-req-mgr", "qcom,cam-sync"
- qcom,sensor-manual-probe : specify if sensor probes at kernel boot time or user driven

Example:
@@ -11,3 +11,8 @@ Example:
       compatible = "qcom,cam-req-mgr";
       qcom,sensor-manual-probe;
   };

   qcom,cam-sync {
       compatible = "qcom,cam-sync";
       status = "ok";
   };