Skip to content

Commit e41ece7

Browse files
Stanislav Jakubekandersson
authored andcommitted
ARM: dts: qcom: msm8226-motorola-falcon: specify vddio_disp output voltage
After some digging in downstream sources, it was found that the vddio_disp regulator's output voltage is 1.8V. This is further confirmed by the troubleshooting guide. Specify its output voltage as such. While at it, add a comment specifying the IC, which according to the schematic is the TI TPS22902. Signed-off-by: Stanislav Jakubek <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/6143603464a65aebbed281fe6c6164316dd07269.1746711762.git.stano.jakubek@gmail.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 7bce56f commit e41ece7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,12 @@
6262
};
6363
};
6464

65+
/* TI TPS22902 */
6566
vddio_disp_vreg: regulator-vddio-disp {
6667
compatible = "regulator-fixed";
6768
regulator-name = "vddio_disp";
69+
regulator-min-microvolt = <1800000>;
70+
regulator-max-microvolt = <1800000>;
6871
gpio = <&tlmm 34 GPIO_ACTIVE_HIGH>;
6972
vin-supply = <&pm8226_l8>;
7073
startup-delay-us = <300>;

0 commit comments

Comments
 (0)