[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250806154340.20122-1-quic_nitirawa@quicinc.com>
Date: Wed, 6 Aug 2025 21:13:36 +0530
From: Nitin Rawat <quic_nitirawa@...cinc.com>
To: vkoul@...nel.org, kishon@...nel.org, mani@...nel.org, conor+dt@...nel.org,
bvanassche@....org, andersson@...nel.org, neil.armstrong@...aro.org,
dmitry.baryshkov@....qualcomm.com, konradybcio@...nel.org,
krzk+dt@...nel.org
Cc: linux-arm-msm@...r.kernel.org, linux-phy@...ts.infradead.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Nitin Rawat <quic_nitirawa@...cinc.com>
Subject: [PATCH V1 0/4] Add support to configure regulator load for UFS QMP PHY
Add support in the Qualcomm QMP UFS PHY driver to configure regulator
load using max-microamp values from the device tree.
Patch introduces two optional properties in the SC8280XP QMP UFS
PHY binding.
These properties define the expected maximum current (in microamps) for
each supply. The driver uses this information to configure regulators
more accurately and ensure they operate in the correct mode based on
client load requirements.
This change is tested on m8550-qrd, m8750-mtp and sm8650-mtp.
Nitin Rawat (4):
dt-bindings: phy: Add max-microamp properties for PHY and PLL supplies
arm64: dts: qcom: sm8750: add max-microamp for UFS PHY and PLL
supplies
arm64: dts: qcom: sm8650: add max-microamp for UFS PHY and PLL
supplies
phy: qcom-qmp-ufs: read max-microamp values from device tree
.../phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 10 +++++++++
arch/arm64/boot/dts/qcom/sm8650-hdk.dts | 2 ++
arch/arm64/boot/dts/qcom/sm8650-mtp.dts | 3 ++-
arch/arm64/boot/dts/qcom/sm8650-qrd.dts | 2 ++
arch/arm64/boot/dts/qcom/sm8750-mtp.dts | 2 ++
arch/arm64/boot/dts/qcom/sm8750-qrd.dts | 2 ++
drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 22 ++++++++++++++++---
7 files changed, 39 insertions(+), 4 deletions(-)
--
2.48.1
Powered by blists - more mailing lists