]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: qcom: msm8226-motorola-falcon: specify vddio_disp output voltage
authorStanislav Jakubek <stano.jakubek@gmail.com>
Thu, 8 May 2025 14:11:34 +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 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>
arch/arm/boot/dts/qcom/msm8226-motorola-falcon.dts

index d6d5a86491aacdb554fbc0bbe9928e2cd3be287b..e6392f7d14c759fb01df17cf3a8120d13d270795 100644 (file)
                };
        };
 
+       /* 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>;