mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
79c47c6c53
commit
812925bf93
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user