File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 71
71
compatible = "ti,lm363x-regulator";
72
72
73
73
enable-gpios = <&tlmm 97 GPIO_ACTIVE_HIGH>,
74
+ <&tlmm 98 GPIO_ACTIVE_HIGH>,
74
75
<&tlmm 120 GPIO_ACTIVE_HIGH>;
75
76
77
+ pinctrl-names = "default";
78
+ pinctrl-0 = <&bl_default>;
79
+
76
80
reg_lcd_vboost: vboost {
77
81
regulator-name = "lcd_boost";
78
82
regulator-min-microvolt = <6000000>;
92
96
regulator-max-microvolt = <5500000>;
93
97
};
94
98
};
99
+
100
+ backlight {
101
+ compatible = "ti,lm3632-backlight";
102
+
103
+ pwm-names = "lmu-backlight";
104
+
105
+ lcd {
106
+ led-sources = <0 1>;
107
+ pwm-period = <10000>;
108
+ };
109
+ };
95
110
};
96
111
};
97
112
229
244
bias-pull-up;
230
245
};
231
246
247
+ bl_default: bl-default {
248
+ pins = "gpio97", "gpio98", "gpio120";
249
+ function = "gpio";
250
+
251
+ drive-strength = <2>;
252
+ bias-disable;
253
+ };
254
+
232
255
bl_i2c_default: bl-i2c-default {
233
256
pins = "gpio101", "gpio102";
234
257
function = "gpio";
You can’t perform that action at this time.
0 commit comments