1
0
Fork 0

Enable HDMI output on Pinebook

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
alistair/sunxi64-5.5-dsi
Vasily Khoruzhick 2018-12-25 12:13:52 -08:00 committed by Alistair Francis
parent f2143b898c
commit 9f7b5ef83a
1 changed files with 38 additions and 0 deletions

View File

@ -63,6 +63,17 @@
};
};
hdmi-connector {
compatible = "hdmi-connector";
type = "c";
port {
hdmi_con_in: endpoint {
remote-endpoint = <&hdmi_out_con>;
};
};
};
reg_vcc3v3: vcc3v3 {
compatible = "regulator-fixed";
regulator-name = "vcc3v3";
@ -106,6 +117,10 @@
status = "okay";
};
&de {
status = "okay";
};
&ehci0 {
phys = <&usbphy 0>;
phy-names = "usb";
@ -116,6 +131,21 @@
status = "okay";
};
&hdmi {
hvcc-supply = <&reg_dldo1>;
status = "okay";
};
&hdmi_out {
hdmi_out_con: endpoint {
remote-endpoint = <&hdmi_con_in>;
};
};
&i2s2 {
status = "okay";
};
&mmc0 {
pinctrl-names = "default";
pinctrl-0 = <&mmc0_pins>;
@ -338,6 +368,14 @@
"MIC2", "Internal Microphone Right";
};
&sound_hdmi {
status = "okay";
};
&ths {
status = "okay";
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pb_pins>;