ARM: dts: stm32: Rename mdio0 to mdio on DHCOR Testbench board
authorMarek Vasut <marex@denx.de>
Thu, 27 Oct 2022 18:38:26 +0000 (20:38 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 17 Nov 2022 10:16:05 +0000 (11:16 +0100)
Replace "mdio0" node with "mdio" to match mdio.yaml DT schema.

Fixes: c8ce0dd75515b ("ARM: dts: stm32: Add DHCOR based Testbench board")
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi

index c7dcee4..5fdb74b 100644 (file)
@@ -62,7 +62,7 @@
        max-speed = <1000>;
        phy-handle = <&phy0>;
 
-       mdio0 {
+       mdio {
                #address-cells = <1>;
                #size-cells = <0>;
                compatible = "snps,dwmac-mdio";