diff options
author | Peter Rosin <peda@axentia.se> | 2018-01-18 06:46:15 -0500 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-02-13 11:15:14 -0500 |
commit | 2f8bd78412ed5807350ec0c1bb56488d9b7993cf (patch) | |
tree | 06b56cfd513c2ae19f1a7e497bb0fe4754a74fb7 | |
parent | cf438f51c6af8c4d0030d681d14c3a59f0ec5d93 (diff) |
ARM: dts: at91: nattis: add lvds-encoder
The lvds encoder chip was omitted by oversight. Add it.
Fixes: 0e4323899973 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power")
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts index f94c0613fb0d..af9f38456d04 100644 --- a/arch/arm/boot/dts/at91-nattis-2-natte-2.dts +++ b/arch/arm/boot/dts/at91-nattis-2-natte-2.dts | |||
@@ -109,7 +109,32 @@ | |||
109 | 109 | ||
110 | port { | 110 | port { |
111 | panel_input: endpoint { | 111 | panel_input: endpoint { |
112 | remote-endpoint = <&hlcdc_panel_output>; | 112 | remote-endpoint = <&lvds_encoder_output>; |
113 | }; | ||
114 | }; | ||
115 | }; | ||
116 | |||
117 | lvds-encoder { | ||
118 | compatible = "lvds-encoder"; | ||
119 | |||
120 | ports { | ||
121 | #address-cells = <1>; | ||
122 | #size-cells = <0>; | ||
123 | |||
124 | port@0 { | ||
125 | reg = <0>; | ||
126 | |||
127 | lvds_encoder_input: endpoint { | ||
128 | remote-endpoint = <&hlcdc_output>; | ||
129 | }; | ||
130 | }; | ||
131 | |||
132 | port@1 { | ||
133 | reg = <1>; | ||
134 | |||
135 | lvds_encoder_output: endpoint { | ||
136 | remote-endpoint = <&panel_input>; | ||
137 | }; | ||
113 | }; | 138 | }; |
114 | }; | 139 | }; |
115 | }; | 140 | }; |
@@ -176,8 +201,8 @@ | |||
176 | &pinctrl_lcd_hipow0>; | 201 | &pinctrl_lcd_hipow0>; |
177 | 202 | ||
178 | port@0 { | 203 | port@0 { |
179 | hlcdc_panel_output: endpoint { | 204 | hlcdc_output: endpoint { |
180 | remote-endpoint = <&panel_input>; | 205 | remote-endpoint = <&lvds_encoder_input>; |
181 | }; | 206 | }; |
182 | }; | 207 | }; |
183 | }; | 208 | }; |