[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250806154340.20122-2-quic_nitirawa@quicinc.com>
Date: Wed, 6 Aug 2025 21:13:37 +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 1/4] dt-bindings: phy: Add max-microamp properties for PHY and PLL supplies
Add two new optional properties to the SC8280XP QMP UFS PHY
device tree binding:
- `vdda-phy-max-microamp`: Specifies the maximum current (in microamps)
that can be drawn from the PHY supply.
- `vdda-pll-max-microamp`: Specifies the maximum current (in microamps)
that can be drawn from the PLL supply.
These additions help define power requirements more precisely for
regulators supplying the PHY and PLL blocks and ensuring the regulators
is kept in correct mode based on the client load requirements.
Signed-off-by: Nitin Rawat <quic_nitirawa@...cinc.com>
---
.../bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
index a58370a6a5d3..4648642dc974 100644
--- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
@@ -71,6 +71,16 @@ properties:
vdda-pll-supply: true
+ vdda-phy-max-microamp:
+ maxItems: 1
+ description:
+ Specifies max. load that can be drawn from phy supply.
+
+ vdda-pll-max-microamp:
+ maxItems: 1
+ description:
+ Specifies max. load that can be drawn from pll supply.
+
"#clock-cells":
const: 1
--
2.48.1
Powered by blists - more mailing lists