[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250806154340.20122-4-quic_nitirawa@quicinc.com>
Date: Wed, 6 Aug 2025 21:13:39 +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 3/4] arm64: dts: qcom: sm8650: add max-microamp for UFS PHY and PLL supplies
Add `vdda-phy-max-microamp` and `vdda-pll-max-microamp` properties to
the UFS PHY node in the device tree.
These properties define the maximum current (in microamps) expected
from the PHY and PLL regulators. This allows the PHY driver to
configure regulator load accurately and ensure proper regulator mode
based on load requirements.
Signed-off-by: Nitin Rawat <quic_nitirawa@...cinc.com>
---
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 ++
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sm8650-hdk.dts b/arch/arm64/boot/dts/qcom/sm8650-hdk.dts
index d0912735b54e..356254b11906 100644
--- a/arch/arm64/boot/dts/qcom/sm8650-hdk.dts
+++ b/arch/arm64/boot/dts/qcom/sm8650-hdk.dts
@@ -1294,7 +1294,9 @@ &ufs_mem_hc {
&ufs_mem_phy {
vdda-phy-supply = <&vreg_l1d_0p88>;
+ vdda-phy-max-microamp = <211000>;
vdda-pll-supply = <&vreg_l3i_1p2>;
+ vdda-pll-max-microamp = <18300>;
status = "okay";
};
diff --git a/arch/arm64/boot/dts/qcom/sm8650-mtp.dts b/arch/arm64/boot/dts/qcom/sm8650-mtp.dts
index 76ef43c10f77..f47f62e0b0d9 100644
--- a/arch/arm64/boot/dts/qcom/sm8650-mtp.dts
+++ b/arch/arm64/boot/dts/qcom/sm8650-mtp.dts
@@ -841,8 +841,9 @@ &ufs_mem_hc {
&ufs_mem_phy {
vdda-phy-supply = <&vreg_l1d_0p88>;
+ vdda-phy-max-microamp = <211000>;
vdda-pll-supply = <&vreg_l3i_1p2>;
-
+ vdda-pll-max-microamp = <18300>;
status = "okay";
};
diff --git a/arch/arm64/boot/dts/qcom/sm8650-qrd.dts b/arch/arm64/boot/dts/qcom/sm8650-qrd.dts
index 71033fba21b5..c4359f8033e3 100644
--- a/arch/arm64/boot/dts/qcom/sm8650-qrd.dts
+++ b/arch/arm64/boot/dts/qcom/sm8650-qrd.dts
@@ -1277,7 +1277,9 @@ &ufs_mem_hc {
&ufs_mem_phy {
vdda-phy-supply = <&vreg_l1d_0p88>;
+ vdda-phy-max-microamp = <211000>;
vdda-pll-supply = <&vreg_l3i_1p2>;
+ vdda-pll-max-microamp = <18300>;
status = "okay";
};
--
2.48.1
Powered by blists - more mailing lists