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>
19 lines
406 B
Plaintext
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";
|
|
};
|