diff options
author | Marek Vasut <[email protected]> | 2022-10-27 20:38:26 +0200 |
---|---|---|
committer | Alexandre Torgue <[email protected]> | 2022-11-17 11:16:05 +0100 |
commit | d8515330a63eda80ac7ad8423de535b747bb2c46 (patch) | |
tree | 34f711c1090447982fce3460be3b3a64bd7d7ea8 | |
parent | 6cc71374002e90bd0caadfb1d2c2bfaa8fb7d92a (diff) |
ARM: dts: stm32: Rename mdio0 to mdio on DHCOR Testbench board
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 <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi b/arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi index c7dcee4ee3d1..5fdb74b652ac 100644 --- a/arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi +++ b/arch/arm/boot/dts/stm32mp15xx-dhcor-testbench.dtsi @@ -62,7 +62,7 @@ max-speed = <1000>; phy-handle = <&phy0>; - mdio0 { + mdio { #address-cells = <1>; #size-cells = <0>; compatible = "snps,dwmac-mdio"; |