Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit db49c682 authored by Jernej Skrabec's avatar Jernej Skrabec Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: r40: Enable HDMI output on BananaPi M2 Ultra



Since HDMI can be considered as main output, most capable mixer is
connected to it (mixer0).

Signed-off-by: default avatarJernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 05a43a26
Loading
Loading
Loading
Loading
+45 −0
Original line number Diff line number Diff line
@@ -59,6 +59,17 @@
		stdout-path = "serial0:115200n8";
	};

	connector {
		compatible = "hdmi-connector";
		type = "a";

		port {
			hdmi_con_in: endpoint {
				remote-endpoint = <&hdmi_out_con>;
			};
		};
	};

	leds {
		compatible = "gpio-leds";

@@ -94,6 +105,10 @@
	};
};

&de {
	status = "okay";
};

&ehci1 {
	status = "okay";
};
@@ -118,6 +133,16 @@
	};
};

&hdmi {
	status = "okay";
};

&hdmi_out {
	hdmi_out_con: endpoint {
		remote-endpoint = <&hdmi_con_in>;
	};
};

&i2c0 {
	status = "okay";

@@ -226,6 +251,26 @@
	regulator-name = "vcc-wifi";
};

&tcon_top_hdmi_in_tcon_tv0 {
	remote-endpoint = <&tcon_tv0_out_tcon_top>;
};

&tcon_top_mixer0_out_tcon_tv0 {
	remote-endpoint = <&tcon_tv0_in_tcon_top>;
};

&tcon_tv0_in {
	tcon_tv0_in_tcon_top: endpoint {
		remote-endpoint = <&tcon_top_mixer0_out_tcon_tv0>;
	};
};

&tcon_tv0_out {
	tcon_tv0_out_tcon_top: endpoint {
		remote-endpoint = <&tcon_top_hdmi_in_tcon_tv0>;
	};
};

&uart0 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart0_pb_pins>;