mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-28 05:14:41 -04:00
dt-bindings: phy: qcom,sa8775p-dwmac-sgmii-phy: add named voltage rails and deprecate phy-supply
The Qualcomm SGMII SerDes PHY has two distinct voltage supply rails,
vdda-0p9 and vdda-1p2. The binding incorrectly described only a single
generic supply via 'phy-supply'.
Deprecate 'phy-supply' and instead add two named supply properties. The
0.9V rail draws a peak current of 46 mA and the 1.2V rail draws 15 mA.
Fixes: 97b7951257 ("dt-bindings: phy: describe the Qualcomm SGMII PHY")
Signed-off-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Link: https://patch.msgid.link/20260804-b4-sgmiieth_serdes_regulator-v2-1-c4bc688177dd@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
committed by
Vinod Koul
parent
4b04c8779a
commit
3719850f1b
@@ -35,6 +35,17 @@ properties:
|
||||
phy-supply:
|
||||
description:
|
||||
Phandle to a regulator that provides power to the PHY.
|
||||
deprecated: true
|
||||
|
||||
vdda-0p9-supply:
|
||||
description:
|
||||
Phandle to a 0.9V regulator supply to the PHY, which draws a peak
|
||||
current of 46 mA.
|
||||
|
||||
vdda-1p2-supply:
|
||||
description:
|
||||
Phandle to a 1.2V regulator supply to the PHY, which draws a peak
|
||||
current of 15 mA.
|
||||
|
||||
"#phy-cells":
|
||||
const: 0
|
||||
|
||||
Reference in New Issue
Block a user