ARM: dts: renesas: koelsch: Update ADV7180 binding

Use the more modern adi,adv7180cp compatible for the CVBS input found on
R-Car Gen2 Koelsch boards. This aligns the bindings with the other Gen2
board with the same setup Gose.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20251003215318.39757-1-niklas.soderlund+renesas@ragnatech.se
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
Niklas Söderlund 2025-10-03 23:53:18 +02:00 committed by Geert Uytterhoeven
parent bc8fd8995e
commit 69daad87d3

View File

@ -301,6 +301,16 @@ cec_clock: cec-clock {
clock-frequency = <12000000>;
};
composite-in {
compatible = "composite-video-connector";
port {
composite_con_in: endpoint {
remote-endpoint = <&adv7180_in>;
};
};
};
hdmi-out {
compatible = "hdmi-connector";
type = "a";
@ -383,13 +393,25 @@ ak4643: codec@12 {
};
composite-in@20 {
compatible = "adi,adv7180";
compatible = "adi,adv7180cp";
reg = <0x20>;
port {
adv7180: endpoint {
bus-width = <8>;
remote-endpoint = <&vin1ep>;
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
adv7180_in: endpoint {
remote-endpoint = <&composite_con_in>;
};
};
port@3 {
reg = <3>;
adv7180_out: endpoint {
remote-endpoint = <&vin1ep>;
};
};
};
};
@ -900,7 +922,7 @@ &vin1 {
port {
vin1ep: endpoint {
remote-endpoint = <&adv7180>;
remote-endpoint = <&adv7180_out>;
bus-width = <8>;
};
};