From: Daniel Thompson QCA808x has four different power rails (although in many board designs the different rails share a regulator). Add each of these supplies to the corresponding DT binding. Signed-off-by: Daniel Thompson Signed-off-by: Alex Elder --- .../devicetree/bindings/net/qca,qca808x.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Documentation/devicetree/bindings/net/qca,qca808x.yaml b/Documentation/devicetree/bindings/net/qca,qca808x.yaml index e2552655902a3..3c1b7eca33caf 100644 --- a/Documentation/devicetree/bindings/net/qca,qca808x.yaml +++ b/Documentation/devicetree/bindings/net/qca,qca808x.yaml @@ -25,6 +25,18 @@ properties: enum: - ethernet-phy-id004d.d101 + avdd18-supply: + description: 1.8v analog power supply. + + vdd-supply: + description: 1.05v power supply. + + vdd18-supply: + description: 1.8v power supply. + + vdd125-supply: + description: (1.25v to 1.98v) LDO regulator power supply. + unevaluatedProperties: false examples: @@ -39,6 +51,8 @@ examples: compatible = "ethernet-phy-id004d.d101"; reg = <0>; + vdd-supply = <&phy_vreg_1v8>; + leds { #address-cells = <1>; #size-cells = <0>; -- 2.51.0