File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 21
21
model = "Samsung Galaxy E5";
22
22
compatible = "samsung,e5", "qcom,msm8916";
23
23
chassis-type = "handset";
24
+
25
+ reg_vlcd_vdd3: regulator-vlcd-vdd3 {
26
+ compatible = "regulator-fixed";
27
+ regulator-name = "vlcd_vdd3";
28
+ regulator-min-microvolt = <1800000>;
29
+ regulator-max-microvolt = <1800000>;
30
+ vin-supply = <&pm8916_s4>;
31
+
32
+ gpio = <&tlmm 87 GPIO_ACTIVE_HIGH>;
33
+ enable-active-high;
34
+
35
+ pinctrl-0 = <&lcd_on_default>;
36
+ pinctrl-names = "default";
37
+ };
38
+
39
+ reg_vlcd_vci: regulator-vlcd-vci {
40
+ compatible = "regulator-fixed";
41
+ regulator-name = "vlcd_vci";
42
+ regulator-min-microvolt = <3000000>;
43
+ regulator-max-microvolt = <3000000>;
44
+
45
+ gpio = <&tlmm 87 GPIO_ACTIVE_HIGH>;
46
+ enable-active-high;
47
+ };
24
48
};
25
49
26
50
&blsp_i2c5 {
42
66
pinctrl-names = "default";
43
67
};
44
68
};
69
+
70
+ &panel {
71
+ /* Actually samsung,ea8061v-ams497ee10 */
72
+ compatible = "samsung,ea8061v-ams497ee01";
73
+
74
+ vdd3-supply = <®_vlcd_vdd3>;
75
+ vci-supply = <®_vlcd_vci>;
76
+ };
77
+
78
+ &tlmm {
79
+ lcd_on_default: lcd-on-default-state {
80
+ pins = "gpio87";
81
+ function = "gpio";
82
+ drive-strength = <2>;
83
+ bias-disable;
84
+ };
85
+ };
You can’t perform that action at this time.
0 commit comments