File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 29
29
height = <1280>;
30
30
stride = <(720 * 3)>;
31
31
format = "r8g8b8";
32
+ vsp-supply = <®_lcd_pos>;
33
+ vsn-supply = <®_lcd_neg>;
34
+ vdd-supply = <&pm8226_l28>;
35
+ vddio-supply = <&vddio_disp_vreg>;
32
36
};
33
37
};
34
38
51
55
};
52
56
};
53
57
58
+ vddio_disp_vreg: regulator-vddio-disp {
59
+ compatible = "regulator-fixed";
60
+ regulator-name = "vddio_disp";
61
+ gpio = <&tlmm 34 GPIO_ACTIVE_HIGH>;
62
+ startup-delay-us = <300>;
63
+ enable-active-high;
64
+ regulator-boot-on;
65
+ vin-supply = <&pm8226_l8>;
66
+ pinctrl-0 = <&disp_vddio_default>;
67
+ pinctrl-names = "default";
68
+ };
69
+
54
70
reserved-memory {
55
71
#address-cells = <1>;
56
72
#size-cells = <1>;
342
358
output-disable;
343
359
};
344
360
361
+ disp_vddio_default: disp-vddio-default-state {
362
+ pins = "gpio34";
363
+ function = "gpio";
364
+ drive-strength = <2>;
365
+ bias-disable;
366
+ output-high;
367
+ };
368
+
345
369
mag_int_default: mag-int-default-state {
346
370
pins = "gpio38";
347
371
function = "gpio";
You can’t perform that action at this time.
0 commit comments