Commit ab896aa6 authored by Marek Vasut's avatar Marek Vasut Committed by Jakub Kicinski

dt-bindings: net: realtek,rtl82xx: Document RTL8211F LED support

The RTL8211F PHY does support LED configuration, document support
for LEDs in the binding document.
Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Reviewed-by: default avatarRob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20240708211649.165793-1-marex@denx.deSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent ce2f84eb
......@@ -14,9 +14,6 @@ maintainers:
description:
Bindings for Realtek RTL82xx PHYs
allOf:
- $ref: ethernet-phy.yaml#
properties:
compatible:
enum:
......@@ -41,6 +38,8 @@ properties:
- ethernet-phy-id001c.cad0
- ethernet-phy-id001c.cb00
leds: true
realtek,clkout-disable:
type: boolean
description:
......@@ -54,6 +53,18 @@ properties:
unevaluatedProperties: false
allOf:
- $ref: ethernet-phy.yaml#
- if:
not:
properties:
compatible:
contains:
const: ethernet-phy-id001c.c916
then:
properties:
leds: false
examples:
- |
mdio {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment