Skip to content

Commit 6824834

Browse files
committed
Fix order in quad overlay for Orin
Signed-off-by: ejgoldik <ehud.joseph.goldik@realsenseai.com>
1 parent 830becc commit 6824834

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

hardware/realsense/tegra234-camera-d4xx-overlay-fg12-16ch-quad.dts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@
901901
reg = <0>;
902902
ds5_7_out: endpoint {
903903
vc-id = <3>;
904-
port-index = <3>;
904+
port-index = <7>;
905905
bus-width = <2>;
906906
remote-endpoint = <&d4xx_csi_in7>;
907907
};
@@ -949,7 +949,7 @@
949949
reg = <0>;
950950
ds5_6_out: endpoint {
951951
vc-id = <2>;
952-
port-index = <2>;
952+
port-index = <6>;
953953
bus-width = <2>;
954954
remote-endpoint = <&d4xx_csi_in6>;
955955
};
@@ -998,7 +998,7 @@
998998
reg = <0>;
999999
ds5_5_out: endpoint {
10001000
vc-id = <1>;
1001-
port-index = <1>;
1001+
port-index = <5>;
10021002
bus-width = <2>;
10031003
remote-endpoint = <&d4xx_csi_in5>;
10041004
};
@@ -1045,7 +1045,7 @@
10451045
reg = <0>;
10461046
ds5_4_out: endpoint {
10471047
vc-id = <0>;
1048-
port-index = <0>;
1048+
port-index = <4>;
10491049
bus-width = <2>;
10501050
remote-endpoint = <&d4xx_csi_in4>;
10511051
};
@@ -1117,7 +1117,7 @@
11171117
reg = <0>;
11181118
ds5_11_out: endpoint {
11191119
vc-id = <3>;
1120-
port-index = <3>;
1120+
port-index = <11>;
11211121
bus-width = <2>;
11221122
remote-endpoint = <&d4xx_csi_in11>;
11231123
};
@@ -1165,7 +1165,7 @@
11651165
reg = <0>;
11661166
ds5_10_out: endpoint {
11671167
vc-id = <2>;
1168-
port-index = <2>;
1168+
port-index = <10>;
11691169
bus-width = <2>;
11701170
remote-endpoint = <&d4xx_csi_in10>;
11711171
};
@@ -1214,7 +1214,7 @@
12141214
reg = <0>;
12151215
ds5_9_out: endpoint {
12161216
vc-id = <1>;
1217-
port-index = <1>;
1217+
port-index = <9>;
12181218
bus-width = <2>;
12191219
remote-endpoint = <&d4xx_csi_in9>;
12201220
};
@@ -1261,7 +1261,7 @@
12611261
reg = <0>;
12621262
ds5_8_out: endpoint {
12631263
vc-id = <0>;
1264-
port-index = <0>;
1264+
port-index = <8>;
12651265
bus-width = <2>;
12661266
remote-endpoint = <&d4xx_csi_in8>;
12671267
};
@@ -1333,7 +1333,7 @@
13331333
reg = <0>;
13341334
ds5_15_out: endpoint {
13351335
vc-id = <3>;
1336-
port-index = <3>;
1336+
port-index = <15>;
13371337
bus-width = <2>;
13381338
remote-endpoint = <&d4xx_csi_in15>;
13391339
};
@@ -1381,7 +1381,7 @@
13811381
reg = <0>;
13821382
ds5_14_out: endpoint {
13831383
vc-id = <2>;
1384-
port-index = <2>;
1384+
port-index = <14>;
13851385
bus-width = <2>;
13861386
remote-endpoint = <&d4xx_csi_in14>;
13871387
};
@@ -1430,7 +1430,7 @@
14301430
reg = <0>;
14311431
ds5_13_out: endpoint {
14321432
vc-id = <1>;
1433-
port-index = <1>;
1433+
port-index = <13>;
14341434
bus-width = <2>;
14351435
remote-endpoint = <&d4xx_csi_in13>;
14361436
};
@@ -1477,7 +1477,7 @@
14771477
reg = <0>;
14781478
ds5_12_out: endpoint {
14791479
vc-id = <0>;
1480-
port-index = <0>;
1480+
port-index = <12>;
14811481
bus-width = <2>;
14821482
remote-endpoint = <&d4xx_csi_in12>;
14831483
};

0 commit comments

Comments
 (0)