Commit 7ccd37fb authored by Niklas Söderlund's avatar Niklas Söderlund Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: draak: Make HDMI the default video input



Most Gen3 R-Car devices have HDMI as the default video input source,
align Draak with them and make HDMI the default.

Signed-off-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20231022181910.898040-2-niklas.soderlund+renesas@ragnatech.se


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 993a207c
Loading
Loading
Loading
Loading
+9 −11
Original line number Diff line number Diff line
@@ -356,12 +356,9 @@ port@3 {
				 * CVBS and HDMI inputs through SW[49-53]
				 * switches.
				 *
				 * CVBS is the default selection, link it to
				 * VIN4 here.
				 * HDMI is the default selection, leave CVBS
				 * not connected here.
				 */
				adv7180_out: endpoint {
					remote-endpoint = <&vin4_in>;
				};
			};
		};

@@ -429,13 +426,14 @@ port@2 {
				 * CVBS and HDMI inputs through SW[49-53]
				 * switches.
				 *
				 * CVBS is the default selection, leave HDMI
				 * not connected here.
				 * HDMI is the default selection, link it to
				 * VIN4 here.
				 */
				adv7612_out: endpoint {
					pclk-sample = <0>;
					hsync-active = <0>;
					vsync-active = <0>;
					remote-endpoint = <&vin4_in>;
				};
			};
		};
@@ -586,8 +584,8 @@ usb0_pins: usb0 {
		function = "usb0";
	};

	vin4_pins_cvbs: vin4 {
		groups = "vin4_data8", "vin4_sync", "vin4_clk";
	vin4_pins: vin4 {
		groups = "vin4_data24", "vin4_sync", "vin4_clk";
		function = "vin4";
	};
};
@@ -735,7 +733,7 @@ &usb2_phy0 {
};

&vin4 {
	pinctrl-0 = <&vin4_pins_cvbs>;
	pinctrl-0 = <&vin4_pins>;
	pinctrl-names = "default";

	status = "okay";
@@ -743,7 +741,7 @@ &vin4 {
	ports {
		port {
			vin4_in: endpoint {
				remote-endpoint = <&adv7180_out>;
				remote-endpoint = <&adv7612_out>;
			};
		};
	};