1
0
Fork 0

ARM: dts: sun7i: Enable HDMI support on the Banana Pi

Enable the display pipeline and HDMI output

Signed-off-by: Stefan Monnier <monnier@iro.umontreal.ca>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
hifive-unleashed-5.1
Stefan Monnier 2018-02-16 11:16:04 -05:00 committed by Maxime Ripard
parent f978b05efd
commit 92230709a9
No known key found for this signature in database
GPG Key ID: D2B4C094214DAF74
1 changed files with 25 additions and 0 deletions

View File

@ -63,6 +63,17 @@
stdout-path = "serial0:115200n8";
};
hdmi-connector {
compatible = "hdmi-connector";
type = "a";
port {
hdmi_con_in: endpoint {
remote-endpoint = <&hdmi_out_con>;
};
};
};
leds {
compatible = "gpio-leds";
pinctrl-names = "default";
@ -109,6 +120,10 @@
>;
};
&de {
status = "okay";
};
&ehci0 {
status = "okay";
};
@ -130,6 +145,16 @@
};
};
&hdmi {
status = "okay";
};
&hdmi_out {
hdmi_out_con: endpoint {
remote-endpoint = <&hdmi_con_in>;
};
};
&i2c0 {
pinctrl-names = "default";
pinctrl-0 = <&i2c0_pins_a>;