Lines Matching +full:hsync +full:- +full:len
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 = <®_3v3>;
58 brightness-levels = < 0 1 2 3 4 5 6 7 8 9
69 default-brightness-level = <50>;
72 lcd_panel: lcd-panel {
74 pinctrl-names = "default";
75 pinctrl-0 = <&pinctrl_lcd0_pwr>;
76 enable-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH>;
77 power-supply = <®_3v3>;
82 remote-endpoint = <&lcd_out>;
88 compatible = "fsl,imx-parallel-display";
89 #address-cells = <1>;
90 #size-cells = <0>;
91 pinctrl-names = "default";
92 pinctrl-0 = <&pinctrl_disp0_1>;
99 remote-endpoint = <&ipu1_di0_disp0>;
107 remote-endpoint = <&lcd_panel_in>;
111 display-timings {
112 timing-vga {
113 clock-frequency = <25200000>;
116 hback-porch = <48>;
117 hsync-len = <96>;
118 hfront-porch = <16>;
119 vback-porch = <31>;
120 vsync-len = <2>;
121 vfront-porch = <12>;
122 hsync-active = <0>;
123 vsync-active = <0>;
124 de-active = <1>;
125 pixelclk-active = <0>;
128 timing-etv570 {
129 clock-frequency = <25200000>;
132 hback-porch = <114>;
133 hsync-len = <30>;
134 hfront-porch = <16>;
135 vback-porch = <32>;
136 vsync-len = <3>;
137 vfront-porch = <10>;
138 hsync-active = <0>;
139 vsync-active = <0>;
140 de-active = <1>;
141 pixelclk-active = <0>;
144 timing-et0350 {
145 clock-frequency = <6413760>;
148 hback-porch = <34>;
149 hsync-len = <34>;
150 hfront-porch = <20>;
151 vback-porch = <15>;
152 vsync-len = <3>;
153 vfront-porch = <4>;
154 hsync-active = <0>;
155 vsync-active = <0>;
156 de-active = <1>;
157 pixelclk-active = <0>;
160 timing-et0430 {
161 clock-frequency = <9009000>;
164 hback-porch = <2>;
165 hsync-len = <41>;
166 hfront-porch = <2>;
167 vback-porch = <2>;
168 vsync-len = <10>;
169 vfront-porch = <2>;
170 hsync-active = <0>;
171 vsync-active = <0>;
172 de-active = <1>;
173 pixelclk-active = <1>;
176 timing-et0500 {
177 clock-frequency = <33264000>;
180 hback-porch = <88>;
181 hsync-len = <128>;
182 hfront-porch = <40>;
183 vback-porch = <33>;
184 vsync-len = <2>;
185 vfront-porch = <10>;
186 hsync-active = <0>;
187 vsync-active = <0>;
188 de-active = <1>;
189 pixelclk-active = <0>;
192 timing-et0700 { /* same as ET0500 */
193 clock-frequency = <33264000>;
196 hback-porch = <88>;
197 hsync-len = <128>;
198 hfront-porch = <40>;
199 vback-porch = <33>;
200 vsync-len = <2>;
201 vfront-porch = <10>;
202 hsync-active = <0>;
203 vsync-active = <0>;
204 de-active = <1>;
205 pixelclk-active = <0>;
208 timing-etq570 {
209 clock-frequency = <6596040>;
212 hback-porch = <38>;
213 hsync-len = <30>;
214 hfront-porch = <30>;
215 vback-porch = <16>;
216 vsync-len = <3>;
217 vfront-porch = <4>;
218 hsync-active = <0>;
219 vsync-active = <0>;
220 de-active = <1>;
221 pixelclk-active = <0>;
224 timing-comtft { /* same as ET0700 but with inverted pixel clock */
225 clock-frequency = <33264000>;
228 hback-porch = <88>;
229 hsync-len = <128>;
230 hfront-porch = <40>;
231 vback-porch = <33>;
232 vsync-len = <2>;
233 vfront-porch = <10>;
234 hsync-active = <0>;
235 vsync-active = <0>;
236 de-active = <1>;
237 pixelclk-active = <1>;
244 remote-endpoint = <&lcd_in>;