ARM: dts: msm: Override csiphy version for lito v2

Add camera dtsi to override CSIPHY version as v1.2.2.2
for lito v2. The purpose of this change is to bifurcate
the CSIPHY settings for lito v2.

CRs-Fixed: 2591712
Change-Id: I32f4acf790cd61811dc08f4e225faade2382594d
This commit is contained in:
Shravan Nevatia
2019-12-20 12:33:52 +05:30
committed by Venkat Chinta
parent 1023dd543c
commit d6fc2fefae
2 changed files with 17 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ First Level Node - CSIPHY device
Definition: Should be "qcom,csiphy-v1.0",
"qcom,csiphy-v1.1", "qcom,csiphy-v1.2", "qcom,csiphy-v1.2.1",
"qcom,csiphy-v1.2.2", "qcom,csiphy-v1.2.3",
"qcom,csiphy-v2.0", "qcom,csiphy".
"qcom,csiphy-v2.0", "qcom,csiphy-v1.2.2.2", "qcom,csiphy".
- cell-index: csiphy hardware core index
Usage: required

16
lito-v2-camera.dtsi Normal file
View File

@@ -0,0 +1,16 @@
/* Override CSIPHY version */
&cam_csiphy0 {
compatible = "qcom,csiphy-v1.2.2.2", "qcom,csiphy";
};
&cam_csiphy1 {
compatible = "qcom,csiphy-v1.2.2.2", "qcom,csiphy";
};
&cam_csiphy2 {
compatible = "qcom,csiphy-v1.2.2.2", "qcom,csiphy";
};
&cam_csiphy3 {
compatible = "qcom,csiphy-v1.2.2.2", "qcom,csiphy";
};