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: 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>

authored by

Geert Uytterhoeven and committed by
Jakub Kicinski
685e7b15 4abc1f14

+1 -1
+1 -1
Documentation/devicetree/bindings/net/snps,dwmac.yaml
··· 710 710 }; 711 711 }; 712 712 713 - mdio0 { 713 + mdio { 714 714 #address-cells = <1>; 715 715 #size-cells = <0>; 716 716 compatible = "snps,dwmac-mdio";