aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Cooper <codekipper@gmail.com>2018-02-01 03:37:37 -0500
committerChen-Yu Tsai <wens@csie.org>2018-02-13 05:07:26 -0500
commit254adb06bfd112fca8a6355dc74a925ec423f984 (patch)
treeeab4c3dc67349afbe5dbf99dd5565972a24df07b
parent2f9d5a7bbc191d9e10c23d02650544d76d5c36d3 (diff)
ARM: dts: sun6i: a31: Enable HDMI support on the Mele I7
The Mele I7 has an HDMI connector wired to the HDMI pins on the SoC. Enable the display pipeline and HDMI output. Signed-off-by: Marcus Cooper <codekipper@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> [wens@csie.org: Added "dts" prefix] Signed-off-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r--arch/arm/boot/dts/sun6i-a31-i7.dts29
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31-i7.dts b/arch/arm/boot/dts/sun6i-a31-i7.dts
index 010a84c7c012..a3b70173c527 100644
--- a/arch/arm/boot/dts/sun6i-a31-i7.dts
+++ b/arch/arm/boot/dts/sun6i-a31-i7.dts
@@ -58,6 +58,17 @@
58 stdout-path = "serial0:115200n8"; 58 stdout-path = "serial0:115200n8";
59 }; 59 };
60 60
61 hdmi-connector {
62 compatible = "hdmi-connector";
63 type = "a";
64
65 port {
66 hdmi_con_in: endpoint {
67 remote-endpoint = <&hdmi_out_con>;
68 };
69 };
70 };
71
61 leds { 72 leds {
62 compatible = "gpio-leds"; 73 compatible = "gpio-leds";
63 pinctrl-names = "default"; 74 pinctrl-names = "default";
@@ -93,6 +104,10 @@
93 status = "okay"; 104 status = "okay";
94}; 105};
95 106
107&de {
108 status = "okay";
109};
110
96&ehci0 { 111&ehci0 {
97 status = "okay"; 112 status = "okay";
98}; 113};
@@ -113,6 +128,16 @@
113 }; 128 };
114}; 129};
115 130
131&hdmi {
132 status = "okay";
133};
134
135&hdmi_out {
136 hdmi_out_con: endpoint {
137 remote-endpoint = <&hdmi_con_in>;
138 };
139};
140
116&ir { 141&ir {
117 pinctrl-names = "default"; 142 pinctrl-names = "default";
118 pinctrl-0 = <&ir_pins_a>; 143 pinctrl-0 = <&ir_pins_a>;
@@ -161,6 +186,10 @@
161 status = "okay"; 186 status = "okay";
162}; 187};
163 188
189&tcon0 {
190 status = "okay";
191};
192
164&uart0 { 193&uart0 {
165 pinctrl-names = "default"; 194 pinctrl-names = "default";
166 pinctrl-0 = <&uart0_pins_a>; 195 pinctrl-0 = <&uart0_pins_a>;