Skip to content

Commit

Permalink
Fix same debugfs port-index warning
Browse files Browse the repository at this point in the history
Signed-off-by: Junze Wu <junze.wu@intel.com>
  • Loading branch information
jnzw committed Jan 30, 2023
1 parent e8efbed commit 54c1532
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions tegra194-camera-d4xx-single.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
port@0 {
reg = <0>;
d4m0_out: endpoint {
port-index = <1>;
port-index = <0>;
bus-width = <2>;
remote-endpoint = <&csi_in0>;
};
Expand Down Expand Up @@ -225,7 +225,7 @@
port@0 {
reg = <0>;
d4m2_out: endpoint {
port-index = <1>;
port-index = <2>;
bus-width = <2>;
remote-endpoint = <&csi_in2>;
};
Expand Down Expand Up @@ -277,7 +277,7 @@
port@0 {
reg = <0>;
d4m3_out: endpoint {
port-index = <1>;
port-index = <3>;
bus-width = <2>;
remote-endpoint = <&csi_in3>;
};
Expand Down
14 changes: 7 additions & 7 deletions tegra194-camera-d4xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
port@0 {
reg = <0>;
d4m0_out: endpoint {
port-index = <1>;
port-index = <0>;
bus-width = <2>;
remote-endpoint = <&csi_in0>;
};
Expand Down Expand Up @@ -279,7 +279,7 @@
port@0 {
reg = <0>;
d4m2_out: endpoint {
port-index = <1>;
port-index = <2>;
bus-width = <2>;
remote-endpoint = <&csi_in2>;
};
Expand Down Expand Up @@ -331,7 +331,7 @@
port@0 {
reg = <0>;
d4m3_out: endpoint {
port-index = <1>;
port-index = <3>;
bus-width = <2>;
remote-endpoint = <&csi_in3>;
};
Expand Down Expand Up @@ -383,7 +383,7 @@
port@0 {
reg = <0>;
d4m4_out: endpoint {
port-index = <1>;
port-index = <4>;
bus-width = <2>;
remote-endpoint = <&csi_in4>;
};
Expand Down Expand Up @@ -435,7 +435,7 @@
port@0 {
reg = <0>;
d4m5_out: endpoint {
port-index = <1>;
port-index = <5>;
bus-width = <2>;
remote-endpoint = <&csi_in5>;
};
Expand Down Expand Up @@ -487,7 +487,7 @@
port@0 {
reg = <0>;
d4m6_out: endpoint {
port-index = <1>;
port-index = <6>;
bus-width = <2>;
remote-endpoint = <&csi_in6>;
};
Expand Down Expand Up @@ -539,7 +539,7 @@
port@0 {
reg = <0>;
d4m7_out: endpoint {
port-index = <1>;
port-index = <7>;
bus-width = <2>;
remote-endpoint = <&csi_in7>;
};
Expand Down

0 comments on commit 54c1532

Please sign in to comment.