Commit 4da567ba authored by Pablo Greco's avatar Pablo Greco Committed by Maxime Ripard

ARM: dts: sun8i: v40: bananapi-m2-berry: Enable HDMI output

This patch adds the hdmi nodes to the Bananapi M2 Berry, the same way it
was done to the Bananapi M2 Ultra
Signed-off-by: default avatarPablo Greco <pgreco@centosproject.org>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 27e81e19
...@@ -58,6 +58,17 @@ chosen { ...@@ -58,6 +58,17 @@ chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
connector {
compatible = "hdmi-connector";
type = "a";
port {
hdmi_con_in: endpoint {
remote-endpoint = <&hdmi_out_con>;
};
};
};
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
...@@ -88,6 +99,10 @@ wifi_pwrseq: wifi_pwrseq { ...@@ -88,6 +99,10 @@ wifi_pwrseq: wifi_pwrseq {
}; };
}; };
&de {
status = "okay";
};
&ehci1 { &ehci1 {
/* Terminus Tech FE 1.1s 4-port USB 2.0 hub here */ /* Terminus Tech FE 1.1s 4-port USB 2.0 hub here */
status = "okay"; status = "okay";
...@@ -109,6 +124,16 @@ phy1: ethernet-phy@1 { ...@@ -109,6 +124,16 @@ phy1: ethernet-phy@1 {
}; };
}; };
&hdmi {
status = "okay";
};
&hdmi_out {
hdmi_out_con: endpoint {
remote-endpoint = <&hdmi_con_in>;
};
};
&i2c0 { &i2c0 {
status = "okay"; status = "okay";
...@@ -208,6 +233,10 @@ &reg_dldo2 { ...@@ -208,6 +233,10 @@ &reg_dldo2 {
regulator-name = "vcc-wifi"; regulator-name = "vcc-wifi";
}; };
&tcon_tv0 {
status = "okay";
};
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart0_pb_pins>; pinctrl-0 = <&uart0_pb_pins>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment