Skip to content

Commit

Permalink
arm64: dts: renesas: r8a77980: Fix vin4-7 endpoint binding
Browse files Browse the repository at this point in the history
[ Upstream commit c8aebc1 ]

This fixes the bindings in media framework:
The CSI40 is endpoint number 2
The CSI41 is endpoint number 3

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20210312174735.2118212-1-niklas.soderlund+renesas@ragnatech.se
Fixes: 3182aa4 ("arm64: dts: renesas: r8a77980: add CSI2/VIN support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Vladimir Barinov authored and gregkh committed May 14, 2021
1 parent e8146dc commit 75a7a89
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions arch/arm64/boot/dts/renesas/r8a77980.dtsi
Expand Up @@ -990,8 +990,8 @@

reg = <1>;

vin4csi41: endpoint@2 {
reg = <2>;
vin4csi41: endpoint@3 {
reg = <3>;
remote-endpoint = <&csi41vin4>;
};
};
Expand All @@ -1018,8 +1018,8 @@

reg = <1>;

vin5csi41: endpoint@2 {
reg = <2>;
vin5csi41: endpoint@3 {
reg = <3>;
remote-endpoint = <&csi41vin5>;
};
};
Expand All @@ -1046,8 +1046,8 @@

reg = <1>;

vin6csi41: endpoint@2 {
reg = <2>;
vin6csi41: endpoint@3 {
reg = <3>;
remote-endpoint = <&csi41vin6>;
};
};
Expand All @@ -1074,8 +1074,8 @@

reg = <1>;

vin7csi41: endpoint@2 {
reg = <2>;
vin7csi41: endpoint@3 {
reg = <3>;
remote-endpoint = <&csi41vin7>;
};
};
Expand Down

0 comments on commit 75a7a89

Please sign in to comment.