[PATCH v2 4/5] dt-bindings: net: Add documentation for optional regulators
From: Corentin Labbe <clabbe@baylibre.com>
Date: 2022-05-18 20:10:24
Also in:
linux-arm-kernel, linux-devicetree, linux-sunxi, lkml
Subsystem:
ethernet phy library, networking drivers, open firmware and flattened device tree bindings, the rest · Maintainers:
Andrew Lunn, Heiner Kallweit, "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Linus Torvalds
Add entries for the new optional regulators.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
Documentation/devicetree/bindings/net/ethernet-phy.yaml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/Documentation/devicetree/bindings/net/ethernet-phy.yaml b/Documentation/devicetree/bindings/net/ethernet-phy.yaml
index ed1415a4381f..bd59e5cc0a55 100644
--- a/Documentation/devicetree/bindings/net/ethernet-phy.yaml
+++ b/Documentation/devicetree/bindings/net/ethernet-phy.yaml
@@ -153,6 +153,15 @@ properties:
used. The absence of this property indicates the muxers
should be configured so that the external PHY is used.
+ regulators:
+ description:
+ List of phandle to regulators needed for the PHY
+
+ regulator-names:
+ description:
+ List of regulator name strings sorted in the same order as the
+ regulators property.
+
resets:
maxItems: 1
--
2.35.1