Message ID | 20220831133240.3236779-2-o.rempel@pengutronix.de |
---|---|
State | Accepted |
Commit | e9554b31aff011c4d0f11a4692d2d45c92cb508d |
Headers | show |
Series | [net-next,v5,1/7] dt-bindings: net: phy: add PoDL PSE property | expand |
diff --git a/Documentation/devicetree/bindings/net/ethernet-phy.yaml b/Documentation/devicetree/bindings/net/ethernet-phy.yaml index ed1415a4381f2..ad808e9ce5b9e 100644 --- a/Documentation/devicetree/bindings/net/ethernet-phy.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-phy.yaml @@ -144,6 +144,12 @@ properties: Mark the corresponding energy efficient ethernet mode as broken and request the ethernet to stop advertising it. + pses: + $ref: /schemas/types.yaml#/definitions/phandle-array + maxItems: 1 + description: + Specifies a reference to a node representing a Power Sourcing Equipment. + phy-is-integrated: $ref: /schemas/types.yaml#/definitions/flag description:
Add property to reference node representing a PoDL Power Sourcing Equipment. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> --- changes v5: - rename ieee802.3-pse to pses - rename phandle-array to phandle - add maxItems: 1 --- Documentation/devicetree/bindings/net/ethernet-phy.yaml | 6 ++++++ 1 file changed, 6 insertions(+)