Files
android_kernel_samsung_sm87…/bindings/msm-camera.txt
Soumen Ghosh b8a4592a1b ARM: dts: msm: Add devicetree changes for opensource project
This chane will migragate all dts and dtsi file to
opensourse project

CRs-Fixed: 3583121
Change-Id: I837ee52ce68ad23fd5bff8ed69684824c9bfe3f4
Signed-off-by: Soumen Ghosh <quic_soumeng@quicinc.com>
2023-09-07 15:42:37 -07:00

19 lines
406 B
Plaintext

* Qualcomm Technologies, Inc. MSM Camera
Required properties:
- compatible :
- "qcom,cam-req-mgr", "qcom,cam-sync"
- qcom,sensor-manual-probe : specify if sensor probes at kernel boot time or user driven
Example:
qcom,cam-req-mgr {
compatible = "qcom,cam-req-mgr";
qcom,sensor-manual-probe;
};
qcom,cam-sync {
compatible = "qcom,cam-sync";
status = "ok";
};