Skip to content

Commit 685e7b1

Browse files
geertukuba-moo
authored andcommitted
dt-bindings: net: snps,dwmac: Align mdio node in example with bindings
According to the bindings, the MDIO subnode should be called "mdio". Update the example to match this. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms@kernel.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/308d72c2fe8e575e6e137b99743329c2d53eceea.1747121550.git.geert+renesas@glider.be Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 4abc1f1 commit 685e7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/net/snps,dwmac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ examples:
710710
};
711711
};
712712
713-
mdio0 {
713+
mdio {
714714
#address-cells = <1>;
715715
#size-cells = <0>;
716716
compatible = "snps,dwmac-mdio";

0 commit comments

Comments
 (0)