mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-05-26 11:40:24 +02:00
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 <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>
This commit is contained in:
committed by
Bjorn Andersson
parent
db6e3f2ba0
commit
7bce56fd73
@@ -147,8 +147,8 @@
|
||||
|
||||
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>;
|
||||
@@ -156,8 +156,8 @@
|
||||
|
||||
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>;
|
||||
|
||||
Reference in New Issue
Block a user