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

Commit 9d580832 authored by Vishal Verma's avatar Vishal Verma
Browse files

ARM: dts: msm: Correct the PHY index for TPG nodes

update csiphy index in tpg dt node to fix max
csiphy index issue.

CRs-Fixed: 2990938
Change-Id: Ia2856441b218ad291b09ef0dd8415793eff09d7b
parent 0224b575
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@
	qcom,cam-tpg0 {
		cell-index = <4>;
		compatible = "qcom,cam-sensor";
		csiphy-sd-index = <4>;
		csiphy-sd-index = <0>;
		sensor-position-roll = <270>;
		sensor-position-pitch = <0>;
		sensor-position-yaw = <180>;
@@ -235,7 +235,7 @@
	qcom,cam-tpg1 {
		cell-index = <5>;
		compatible = "qcom,cam-sensor";
		csiphy-sd-index = <5>;
		csiphy-sd-index = <1>;
		sensor-position-roll = <270>;
		sensor-position-pitch = <0>;
		sensor-position-yaw = <180>;
@@ -258,7 +258,7 @@
	qcom,cam-tpg2 {
		cell-index = <6>;
		compatible = "qcom,cam-sensor";
		csiphy-sd-index = <6>;
		csiphy-sd-index = <2>;
		sensor-position-roll = <270>;
		sensor-position-pitch = <0>;
		sensor-position-yaw = <180>;