File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 109
109
status = "okay";
110
110
};
111
111
112
+ &dsi0 {
113
+ pinctrl-0 = <&mdss_default>;
114
+ pinctrl-1 = <&mdss_sleep>;
115
+ pinctrl-names = "default", "sleep";
116
+
117
+ panel@0 {
118
+ compatible = "acer,a1-724-hx8394d";
119
+ reg = <0>;
120
+
121
+ power-supply = <&pm8916_l17>;
122
+ reset-gpios = <&msmgpio 25 GPIO_ACTIVE_LOW>;
123
+
124
+ port {
125
+ panel_in: endpoint {
126
+ remote-endpoint = <&dsi0_out>;
127
+ };
128
+ };
129
+ };
130
+ };
131
+
132
+ &dsi0_out {
133
+ data-lanes = <0 1 2 3>;
134
+ remote-endpoint = <&panel_in>;
135
+ };
136
+
137
+ &mdss {
138
+ status = "okay";
139
+ };
140
+
112
141
&pm8916_resin {
113
142
linux,code = <KEY_VOLUMEDOWN>;
114
143
status = "okay";
273
302
bias-pull-up;
274
303
};
275
304
305
+ mdss_default: mdss-default-state {
306
+ pins = "gpio25";
307
+ function = "gpio";
308
+
309
+ drive-strength = <8>;
310
+ bias-disable;
311
+ };
312
+
313
+ mdss_sleep: mdss-sleep-state {
314
+ pins = "gpio25";
315
+ function = "gpio";
316
+
317
+ drive-strength = <2>;
318
+ bias-pull-down;
319
+ };
320
+
276
321
touchscreen_default: touchscreen-default-state {
277
322
reset-pins {
278
323
pins = "gpio12";
You can’t perform that action at this time.
0 commit comments