We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2f84e commit ab896aaCopy full SHA for ab896aa
Documentation/devicetree/bindings/net/realtek,rtl82xx.yaml
@@ -14,9 +14,6 @@ maintainers:
14
description:
15
Bindings for Realtek RTL82xx PHYs
16
17
-allOf:
18
- - $ref: ethernet-phy.yaml#
19
-
20
properties:
21
compatible:
22
enum:
@@ -41,6 +38,8 @@ properties:
41
38
- ethernet-phy-id001c.cad0
42
39
- ethernet-phy-id001c.cb00
43
40
+ leds: true
+
44
realtek,clkout-disable:
45
type: boolean
46
@@ -54,6 +53,18 @@ properties:
54
53
55
unevaluatedProperties: false
56
+allOf:
57
+ - $ref: ethernet-phy.yaml#
58
+ - if:
59
+ not:
60
+ properties:
61
+ compatible:
62
+ contains:
63
+ const: ethernet-phy-id001c.c916
64
+ then:
65
66
+ leds: false
67
68
examples:
69
- |
70
mdio {
0 commit comments