未验证 提交 2345b744 编写于 作者: M Marcus Cooper 提交者: Maxime Ripard

arm64: dts: allwinner: h6: orangepi: Enable HDMI

Both, OrangePi One Plus and OrangePi Lite 2 have HDMI output. Enable it
in common DTSI.
Signed-off-by: NMarcus Cooper <codekipper@gmail.com>
[patch split and commit message]
Signed-off-by: NJernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: NChristopher Obbard <chris@64studio.com>
Tested-by: NChristopher Obbard <chris@64studio.com>
Signed-off-by: NMaxime Ripard <maxime@cerno.tech>
上级 7ee32a17
......@@ -20,6 +20,18 @@
stdout-path = "serial0:115200n8";
};
connector {
compatible = "hdmi-connector";
type = "a";
ddc-en-gpios = <&pio 7 2 GPIO_ACTIVE_HIGH>; /* PH2 */
port {
hdmi_con_in: endpoint {
remote-endpoint = <&hdmi_out_con>;
};
};
};
ext_osc32k: ext_osc32k_clk {
#clock-cells = <0>;
compatible = "fixed-clock";
......@@ -52,6 +64,10 @@
};
};
&de {
status = "okay";
};
&ehci0 {
status = "okay";
};
......@@ -65,6 +81,16 @@
status = "okay";
};
&hdmi {
status = "okay";
};
&hdmi_out {
hdmi_out_con: endpoint {
remote-endpoint = <&hdmi_con_in>;
};
};
&mmc0 {
vmmc-supply = <&reg_cldo1>;
cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册