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

Commit 7d769db2 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Override csiphy version for lito v2" into camera-kernel.lnx.4.0

parents 08cc48fc d6fc2fef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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

lito-v2-camera.dtsi

0 → 100644
+16 −0
Original line number Diff line number Diff line
/* 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";
};