Unverified Commit 64faa105 authored by Stefan Monnier's avatar Stefan Monnier Committed by Maxime Ripard
Browse files

ARM: dts: sun4i: Enable HDMI support on the Mele A1000

parent 12bb1887
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -60,6 +60,17 @@ chosen {
		stdout-path = "serial0:115200n8";
	};

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

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

	leds {
		compatible = "gpio-leds";

@@ -133,6 +144,20 @@ &emac_sram {
	status = "okay";
};

&de {
	status = "okay";
};

&hdmi {
	status = "okay";
};

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

&i2c0 {
	status = "okay";