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
&battery {
48
72
pinctrl-names = "default";
49
73
};
50
74
};
75
+
76
+ &panel {
77
+ /* Actually samsung,ea8061v-ams497ee10 */
78
+ compatible = "samsung,ea8061v-ams497ee01";
79
+
80
+ vdd3-supply = <®_vlcd_vdd3>;
81
+ vci-supply = <®_vlcd_vci>;
82
+ };
83
+
84
+ &tlmm {
85
+ lcd_on_default: lcd-on-default-state {
86
+ pins = "gpio87";
87
+ function = "gpio";
88
+ drive-strength = <2>;
89
+ bias-disable;
90
+ };
91
+ };
You can’t perform that action at this time.
0 commit comments