|
26 | 26 |
|
27 | 27 | port {
|
28 | 28 | hdmi_connector_in: endpoint {
|
29 |
| - remote-endpoint = <&adv7533_out>; |
| 29 | + remote-endpoint = <&adv7535_out>; |
30 | 30 | };
|
31 | 31 | };
|
32 | 32 | };
|
|
72 | 72 | enable-active-high;
|
73 | 73 | };
|
74 | 74 |
|
| 75 | + reg_vddext_3v3: regulator-vddext-3v3 { |
| 76 | + compatible = "regulator-fixed"; |
| 77 | + regulator-name = "VDDEXT_3V3"; |
| 78 | + regulator-min-microvolt = <3300000>; |
| 79 | + regulator-max-microvolt = <3300000>; |
| 80 | + }; |
| 81 | + |
75 | 82 | backlight: backlight {
|
76 | 83 | compatible = "pwm-backlight";
|
77 | 84 | pwms = <&pwm1 0 5000000 0>;
|
|
317 | 324 |
|
318 | 325 | hdmi@3d {
|
319 | 326 | compatible = "adi,adv7535";
|
320 |
| - reg = <0x3d>, <0x3c>, <0x3e>, <0x3f>; |
321 |
| - reg-names = "main", "cec", "edid", "packet"; |
| 327 | + reg = <0x3d>; |
| 328 | + interrupt-parent = <&gpio1>; |
| 329 | + interrupts = <9 IRQ_TYPE_EDGE_FALLING>; |
322 | 330 | adi,dsi-lanes = <4>;
|
323 |
| - |
324 |
| - adi,input-depth = <8>; |
325 |
| - adi,input-colorspace = "rgb"; |
326 |
| - adi,input-clock = "1x"; |
327 |
| - adi,input-style = <1>; |
328 |
| - adi,input-justification = "evenly"; |
| 331 | + avdd-supply = <&buck5_reg>; |
| 332 | + dvdd-supply = <&buck5_reg>; |
| 333 | + pvdd-supply = <&buck5_reg>; |
| 334 | + a2vdd-supply = <&buck5_reg>; |
| 335 | + v3p3-supply = <®_vddext_3v3>; |
| 336 | + v1p2-supply = <&buck5_reg>; |
329 | 337 |
|
330 | 338 | ports {
|
331 | 339 | #address-cells = <1>;
|
|
334 | 342 | port@0 {
|
335 | 343 | reg = <0>;
|
336 | 344 |
|
337 |
| - adv7533_in: endpoint { |
| 345 | + adv7535_in: endpoint { |
338 | 346 | remote-endpoint = <&dsi_out>;
|
339 | 347 | };
|
340 | 348 | };
|
341 | 349 |
|
342 | 350 | port@1 {
|
343 | 351 | reg = <1>;
|
344 | 352 |
|
345 |
| - adv7533_out: endpoint { |
| 353 | + adv7535_out: endpoint { |
346 | 354 | remote-endpoint = <&hdmi_connector_in>;
|
347 | 355 | };
|
348 | 356 | };
|
|
448 | 456 | reg = <1>;
|
449 | 457 |
|
450 | 458 | dsi_out: endpoint {
|
451 |
| - remote-endpoint = <&adv7533_in>; |
| 459 | + remote-endpoint = <&adv7535_in>; |
452 | 460 | data-lanes = <1 2 3 4>;
|
453 | 461 | };
|
454 | 462 | };
|
|
0 commit comments