@@ -58,12 +58,42 @@
stdout-path = "serial0:115200n8";
};
+ connector {
+ compatible = "hdmi-connector";
+ type = "a";
+
+ port {
+ hdmi_con_in: endpoint {
+ remote-endpoint = <&hdmi_out_con>;
+ };
+ };
+ };
+
wifi_pwrseq: wifi_pwrseq {
compatible = "mmc-pwrseq-simple";
reset-gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>; /* PL2 */
};
};
+&de {
+ status = "okay";
+};
+
+&hdmi {
+ hvcc-supply = <®_dldo1>;
+ status = "okay";
+};
+
+&hdmi_out {
+ hdmi_out_con: endpoint {
+ remote-endpoint = <&hdmi_con_in>;
+ };
+};
+
+&mixer1 {
+ status = "okay";
+};
+
&mmc0 {
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins>;
@@ -218,6 +248,10 @@
vcc-hdmi-supply = <®_dldo1>;
};
+&tcon1 {
+ status = "okay";
+};
+
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>;
Enable all necessary HDMI pipeline nodes with HDMI out connector on a64-olinuxino board. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> --- Changes for v3: - Enable all pipeline components Changes for v2: - none .../dts/allwinner/sun50i-a64-olinuxino.dts | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+)