Skip to content

Commit 7bce56f

Browse files
Stanislav Jakubekandersson
authored andcommitted
ARM: dts: qcom: msm8226-motorola-falcon: limit TPS65132 to 5.4V
After some digging in downstream sources, it was found that the TPS65132 outputs are fixed to +5.4V and -5.4V respectively. This is further confirmed on runtime through debugfs, the troubleshooting guide confirms this as well. Specify these limits as such. Signed-off-by: Stanislav Jakubek <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/b67ed6c7813fa52cf00b473dded9b5042102f593.1746711762.git.stano.jakubek@gmail.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent db6e3f2 commit 7bce56f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,17 +147,17 @@
147147

148148
reg_lcd_pos: outp {
149149
regulator-name = "outp";
150-
regulator-min-microvolt = <4000000>;
151-
regulator-max-microvolt = <6000000>;
150+
regulator-min-microvolt = <5400000>;
151+
regulator-max-microvolt = <5400000>;
152152
regulator-active-discharge = <1>;
153153
regulator-boot-on;
154154
enable-gpios = <&tlmm 31 GPIO_ACTIVE_HIGH>;
155155
};
156156

157157
reg_lcd_neg: outn {
158158
regulator-name = "outn";
159-
regulator-min-microvolt = <4000000>;
160-
regulator-max-microvolt = <6000000>;
159+
regulator-min-microvolt = <5400000>;
160+
regulator-max-microvolt = <5400000>;
161161
regulator-active-discharge = <1>;
162162
regulator-boot-on;
163163
enable-gpios = <&tlmm 33 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)