Skip to content

Commit

Permalink
arm64: dts: allwinner: h6: Enable HDMI output on Pine H64 board
Browse files Browse the repository at this point in the history
Pine H64 board has HDMI type A connector.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
  • Loading branch information
Jernej Skrabec authored and Maxime Ripard committed Nov 7, 2018
1 parent 209065c commit 7d5bca1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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";

Expand Down Expand Up @@ -60,6 +71,20 @@
};
};

&de {
status = "okay";
};

&hdmi {
status = "okay";
};

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

&mmc0 {
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins>;
Expand Down

0 comments on commit 7d5bca1

Please sign in to comment.