diff options
author | 2025-05-08 16:11:34 +0200 | |
---|---|---|
committer | 2025-05-11 17:15:39 -0500 | |
commit | e41ece7cd173486f6767de050deb2d8f0882a82a (patch) | |
tree | d8b7c9a3aaed13c97a6b9b36a0431ca928c5bc3f | |
parent | ARM: dts: qcom: msm8226-motorola-falcon: limit TPS65132 to 5.4V (diff) | |
download | wireguard-linux-e41ece7cd173486f6767de050deb2d8f0882a82a.tar.xz wireguard-linux-e41ece7cd173486f6767de050deb2d8f0882a82a.zip |
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 <stano.jakubek@gmail.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/6143603464a65aebbed281fe6c6164316dd07269.1746711762.git.stano.jakubek@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts b/arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts index d6d5a86491aa..e6392f7d14c7 100644 --- a/arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts +++ b/arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts @@ -62,9 +62,12 @@ }; }; + /* TI TPS22902 */ vddio_disp_vreg: regulator-vddio-disp { compatible = "regulator-fixed"; regulator-name = "vddio_disp"; + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; gpio = <&tlmm 34 GPIO_ACTIVE_HIGH>; vin-supply = <&pm8226_l8>; startup-delay-us = <300>; |