]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: qcom: msm8226-motorola-falcon: limit TPS65132 to 5.4V
authorStanislav Jakubek <stano.jakubek@gmail.com>
Thu, 8 May 2025 14:11:27 +0000 (16:11 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sun, 11 May 2025 22:15:39 +0000 (17:15 -0500)
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 <stano.jakubek@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/b67ed6c7813fa52cf00b473dded9b5042102f593.1746711762.git.stano.jakubek@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts

index e2bf292159fa9cea30e6b4aefd93466b5515901a..d6d5a86491aacdb554fbc0bbe9928e2cd3be287b 100644 (file)
 
                reg_lcd_pos: outp {
                        regulator-name = "outp";
-                       regulator-min-microvolt = <4000000>;
-                       regulator-max-microvolt = <6000000>;
+                       regulator-min-microvolt = <5400000>;
+                       regulator-max-microvolt = <5400000>;
                        regulator-active-discharge = <1>;
                        regulator-boot-on;
                        enable-gpios = <&tlmm 31 GPIO_ACTIVE_HIGH>;
 
                reg_lcd_neg: outn {
                        regulator-name = "outn";
-                       regulator-min-microvolt = <4000000>;
-                       regulator-max-microvolt = <6000000>;
+                       regulator-min-microvolt = <5400000>;
+                       regulator-max-microvolt = <5400000>;
                        regulator-active-discharge = <1>;
                        regulator-boot-on;
                        enable-gpios = <&tlmm 33 GPIO_ACTIVE_HIGH>;