Unverified Commit 4abf8049 authored by Corentin Labbe's avatar Corentin Labbe Committed by Maxime Ripard
Browse files

ARM: dts: sun8i-h3: nanopi-m1-plus: enable HDMI



This patch enable HDMI output on sun8i-h3-nanopi-m1-plus.

Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent bfeffd15
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -67,6 +67,21 @@
		pinctrl-names = "default";
		reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */
	};

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

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

&de {
	status = "okay";
};

&ehci1 {
@@ -94,6 +109,16 @@
	};
};

&hdmi {
	status = "okay";
};

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

&ir {
	pinctrl-names = "default";
	pinctrl-0 = <&ir_pins_a>;