diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-09-06 10:46:20 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-01-27 10:18:17 -0500 |
commit | 7ac91832679f6e768834ccfa68c02a2cbc609e55 (patch) | |
tree | 5b89d0e29869711fbd49692722feb060aa424ac1 | |
parent | fc26feeb2eff08720b1035ba72097fc14f95f7af (diff) |
ARM: sun8i: sina33: Enable display
Enable the display pipeline with the associated 7" panel sold with the
SinA33.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts index b75162075ca1..c206ed693aa2 100644 --- a/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts +++ b/arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | |||
@@ -61,6 +61,27 @@ | |||
61 | chosen { | 61 | chosen { |
62 | stdout-path = "serial0:115200n8"; | 62 | stdout-path = "serial0:115200n8"; |
63 | }; | 63 | }; |
64 | |||
65 | panel { | ||
66 | compatible = "netron-dy,e231732"; | ||
67 | #address-cells = <1>; | ||
68 | #size-cells = <0>; | ||
69 | |||
70 | port@0 { | ||
71 | reg = <0>; | ||
72 | #address-cells = <1>; | ||
73 | #size-cells = <0>; | ||
74 | |||
75 | panel_input: endpoint@0 { | ||
76 | reg = <0>; | ||
77 | remote-endpoint = <&tcon0_out_panel>; | ||
78 | }; | ||
79 | }; | ||
80 | }; | ||
81 | }; | ||
82 | |||
83 | &de { | ||
84 | status = "okay"; | ||
64 | }; | 85 | }; |
65 | 86 | ||
66 | &ehci0 { | 87 | &ehci0 { |
@@ -206,6 +227,19 @@ | |||
206 | regulator-name = "vcc-rtc"; | 227 | regulator-name = "vcc-rtc"; |
207 | }; | 228 | }; |
208 | 229 | ||
230 | &tcon0 { | ||
231 | pinctrl-names = "default"; | ||
232 | pinctrl-0 = <&lcd_rgb666_pins>; | ||
233 | status = "okay"; | ||
234 | }; | ||
235 | |||
236 | &tcon0_out { | ||
237 | tcon0_out_panel: endpoint@0 { | ||
238 | reg = <0>; | ||
239 | remote-endpoint = <&panel_input>; | ||
240 | }; | ||
241 | }; | ||
242 | |||
209 | &uart0 { | 243 | &uart0 { |
210 | pinctrl-names = "default"; | 244 | pinctrl-names = "default"; |
211 | pinctrl-0 = <&uart0_pins_b>; | 245 | pinctrl-0 = <&uart0_pins_b>; |