Commit 9d5abc8a authored by Martin Blumenstingl's avatar Martin Blumenstingl
Browse files

ARM: dts: meson8b: ec100: Enable the HDMI and CVBS video outputs - WiP

parent 5aebb5f2
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
@@ -70,6 +70,17 @@
		timeout-ms = <20000>;
	};

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

		port {
			hdmi_connector_in: endpoint {
				remote-endpoint = <&hdmi_tx_tmds_out>;
			};
		};
	};

	leds {
		compatible = "gpio-leds";

@@ -96,6 +107,16 @@
		#clock-cells = <0>;
	};

	tv-connector {
		compatible = "composite-video-connector";

		port {
			cvbs_connector_in: endpoint {
				remote-endpoint = <&cvbs_vdac_out>;
			};
		};
	};

	usb_vbus: regulator-usb-vbus {
		/*
		 * Silergy SY6288CCAC-GP 2A Power Distribution Switch.
@@ -246,6 +267,12 @@
	cpu-supply = <&vcck>;
};

&cvbs_vdac_port {
	cvbs_vdac_out: endpoint {
		remote-endpoint = <&cvbs_connector_in>;
	};
};

&ethmac {
	status = "okay";

@@ -276,6 +303,18 @@
	};
};

&hdmi_tx {
	status = "okay";
	pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
	pinctrl-names = "default";
};

&hdmi_tx_tmds_port {
	hdmi_tx_tmds_out: endpoint {
		remote-endpoint = <&hdmi_connector_in>;
	};
};

&i2c_A {
	status = "okay";
	pinctrl-0 = <&i2c_a_pins>;