Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: net: renesas: Drop ethernet-phy node schema

What's connected on the MDIO bus is outside the scope of the binding for
ethernet controller's MDIO bus unless it's a fixed internal device, so
drop the node name and reference to ethernet-phy.yaml.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20231016-dt-net-cleanups-v1-2-a525a090b444@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Rob Herring and committed by
Jakub Kicinski
ac8fe40c 659fd097

+2 -4
+1 -2
Documentation/devicetree/bindings/net/renesas,ether.yaml
··· 81 81 active-high 82 82 83 83 patternProperties: 84 - "^ethernet-phy@[0-9a-f]$": 84 + "@[0-9a-f]$": 85 85 type: object 86 - $ref: ethernet-phy.yaml# 87 86 88 87 required: 89 88 - compatible
+1 -2
Documentation/devicetree/bindings/net/renesas,etheravb.yaml
··· 109 109 enum: [0, 2000] 110 110 111 111 patternProperties: 112 - "^ethernet-phy@[0-9a-f]$": 112 + "@[0-9a-f]$": 113 113 type: object 114 - $ref: ethernet-phy.yaml# 115 114 116 115 required: 117 116 - compatible