Commit 5927bc58 authored by Volodymyr Babchuk's avatar Volodymyr Babchuk Committed by Bjorn Andersson

arm64: dts: qcom: sa8155p-adp: lower min volt for L13C regulator

Voltage regulator L13C is used by SD card IO interface. In order to
support UHS modes, IO interface voltage needs to be set to 1.8V. This
patch extends minimum voltage range of L13C regulator to allow this.
Signed-off-by: default avatarVolodymyr Babchuk <volodymyr_babchuk@epam.com>
Fixes: 0deb2624 ("arm64: dts: qcom: sa8155p-adp: Add support for uSD card")
Suggested-by: default avatarStephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20240412190310.1647893-2-volodymyr_babchuk@epam.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 78a4407c
......@@ -283,7 +283,7 @@ vreg_l12c_1p808: ldo12 {
vreg_l13c_2p96: ldo13 {
regulator-name = "vreg_l13c_2p96";
regulator-min-microvolt = <2504000>;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <2960000>;
regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment