Lines Matching +full:vfront +full:- +full:porch

2  * Copyright 2017 Lothar Waßmann <LW@KARO-electronics.de>
4 * This file is dual-licensed: you can use it either under the terms
48 compatible = "pwm-backlight";
50 pinctrl-names = "default";
51 pinctrl-0 = <&pinctrl_lcd1_pwr>;
52 enable-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>;
53 power-supply = <&reg_3v3>;
54 turn-on-delay-ms = <35>;
59 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
70 default-brightness-level = <50>;
73 lcd_panel: lcd-panel {
75 pinctrl-names = "default";
76 pinctrl-0 = <&pinctrl_lcd0_pwr>;
77 enable-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH>;
78 power-supply = <&reg_3v3>;
83 remote-endpoint = <&lcd_out>;
89 compatible = "fsl,imx-parallel-display";
90 #address-cells = <1>;
91 #size-cells = <0>;
92 pinctrl-names = "default";
93 pinctrl-0 = <&pinctrl_disp0_1>;
100 remote-endpoint = <&ipu1_di0_disp0>;
108 remote-endpoint = <&lcd_panel_in>;
112 display-timings {
113 timing-vga {
114 clock-frequency = <25200000>;
117 hback-porch = <48>;
118 hsync-len = <96>;
119 hfront-porch = <16>;
120 vback-porch = <31>;
121 vsync-len = <2>;
122 vfront-porch = <12>;
123 hsync-active = <0>;
124 vsync-active = <0>;
125 de-active = <1>;
126 pixelclk-active = <0>;
129 timing-etv570 {
130 clock-frequency = <25200000>;
133 hback-porch = <114>;
134 hsync-len = <30>;
135 hfront-porch = <16>;
136 vback-porch = <32>;
137 vsync-len = <3>;
138 vfront-porch = <10>;
139 hsync-active = <0>;
140 vsync-active = <0>;
141 de-active = <1>;
142 pixelclk-active = <0>;
145 timing-et0350 {
146 clock-frequency = <6413760>;
149 hback-porch = <34>;
150 hsync-len = <34>;
151 hfront-porch = <20>;
152 vback-porch = <15>;
153 vsync-len = <3>;
154 vfront-porch = <4>;
155 hsync-active = <0>;
156 vsync-active = <0>;
157 de-active = <1>;
158 pixelclk-active = <0>;
161 timing-et0430 {
162 clock-frequency = <9009000>;
165 hback-porch = <2>;
166 hsync-len = <41>;
167 hfront-porch = <2>;
168 vback-porch = <2>;
169 vsync-len = <10>;
170 vfront-porch = <2>;
171 hsync-active = <0>;
172 vsync-active = <0>;
173 de-active = <1>;
174 pixelclk-active = <1>;
177 timing-et0500 {
178 clock-frequency = <33264000>;
181 hback-porch = <88>;
182 hsync-len = <128>;
183 hfront-porch = <40>;
184 vback-porch = <33>;
185 vsync-len = <2>;
186 vfront-porch = <10>;
187 hsync-active = <0>;
188 vsync-active = <0>;
189 de-active = <1>;
190 pixelclk-active = <0>;
193 timing-et0700 { /* same as ET0500 */
194 clock-frequency = <33264000>;
197 hback-porch = <88>;
198 hsync-len = <128>;
199 hfront-porch = <40>;
200 vback-porch = <33>;
201 vsync-len = <2>;
202 vfront-porch = <10>;
203 hsync-active = <0>;
204 vsync-active = <0>;
205 de-active = <1>;
206 pixelclk-active = <0>;
209 timing-etq570 {
210 clock-frequency = <6596040>;
213 hback-porch = <38>;
214 hsync-len = <30>;
215 hfront-porch = <30>;
216 vback-porch = <16>;
217 vsync-len = <3>;
218 vfront-porch = <4>;
219 hsync-active = <0>;
220 vsync-active = <0>;
221 de-active = <1>;
222 pixelclk-active = <0>;
225 timing-comtft { /* same as ET0700 but with inverted pixel clock */
226 clock-frequency = <33264000>;
229 hback-porch = <88>;
230 hsync-len = <128>;
231 hfront-porch = <40>;
232 vback-porch = <33>;
233 vsync-len = <2>;
234 vfront-porch = <10>;
235 hsync-active = <0>;
236 vsync-active = <0>;
237 de-active = <1>;
238 pixelclk-active = <1>;
245 remote-endpoint = <&lcd_in>;