Skip to content

Commit 30891d5

Browse files
authored
kernel: move lcd regulator to common dts (#74)
* kernel: move lcd regulator to common dts * regulator boot on
1 parent ec87231 commit 30891d5

File tree

3 files changed

+9
-21
lines changed

3 files changed

+9
-21
lines changed

kernel/dts/sdm845-comma-common.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
stdout-path = "serial0:115200n8";
1515
};
1616

17+
lcd3v3: lcd3v3 {
18+
compatible = "regulator-fixed";
19+
regulator-name = "lcd3v3";
20+
regulator-min-microvolt = <3300000>;
21+
regulator-max-microvolt = <3300000>;
22+
gpio = <&pm8998_gpios 13 0>;
23+
regulator-boot-on;
24+
};
25+
1726
vph_pwr: vph-pwr-regulator {
1827
compatible = "regulator-fixed";
1928
regulator-name = "vph_pwr";

kernel/dts/sdm845-comma-mici.dts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@
77
compatible = "comma,mici", "qcom,sdm845";
88
qcom,msm-id = <341 0x20001>, <321 0x20001>, <321 0x20000>, <348 0x20001>;
99
qcom,board-id = <0x22 0>;
10-
11-
lcd3v3: lcd3v3 {
12-
status = "okay";
13-
14-
compatible = "regulator-fixed";
15-
regulator-name = "lcd3v3";
16-
regulator-min-microvolt = <3300000>;
17-
regulator-max-microvolt = <3300000>;
18-
19-
gpio = <&pm8998_gpios 13 0>;
20-
};
2110
};
2211

2312
&i2c5 {

kernel/dts/sdm845-comma-tizi.dts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88
qcom,msm-id = <341 0x20001>, <321 0x20001>, <321 0x20000>, <348 0x20001>;
99
qcom,board-id = <0x21 0>;
1010

11-
lcd3v3: lcd3v3 {
12-
status = "okay";
13-
compatible = "regulator-fixed";
14-
regulator-name = "lcd3v3";
15-
regulator-min-microvolt = <3300000>;
16-
regulator-max-microvolt = <3300000>;
17-
gpio = <&pm8998_gpios 13 0>;
18-
regulator-boot-on;
19-
};
20-
2111
tp3v3: tp3v3 {
2212
status = "okay";
2313
compatible = "regulator-fixed";

0 commit comments

Comments
 (0)