Skip to content

Commit

Permalink
ARM: dts: stm32: Rename mdio0 to mdio
Browse files Browse the repository at this point in the history
Replace "mdio0" node with "mdio" to match mdio.yaml DT schema.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
  • Loading branch information
Marek Vasut authored and Alexandre Torgue committed Oct 21, 2022
1 parent 3b835f1 commit a306d89
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
phy-handle = <&phy0>;
st,eth-ref-clk-sel;

mdio0 {
mdio {
#address-cells = <1>;
#size-cells = <0>;
compatible = "snps,dwmac-mdio";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32mp157c-ev1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
max-speed = <1000>;
phy-handle = <&phy0>;

mdio0 {
mdio {
#address-cells = <1>;
#size-cells = <0>;
compatible = "snps,dwmac-mdio";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32mp157c-lxa-mc1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
phy-handle = <&ethphy>;
status = "okay";

mdio0 {
mdio {
compatible = "snps,dwmac-mdio";
#address-cells = <1>;
#size-cells = <0>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32mp157c-odyssey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
assigned-clock-rates = <125000000>; /* Clock PLL4 to 750Mhz in ATF/U-Boot */
st,eth-clk-sel;

mdio0 {
mdio {
#address-cells = <1>;
#size-cells = <0>;
compatible = "snps,dwmac-mdio";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
max-speed = <100>;
phy-handle = <&phy0>;

mdio0 {
mdio {
#address-cells = <1>;
#size-cells = <0>;
compatible = "snps,dwmac-mdio";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32mp15xx-dhcor-avenger96.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
max-speed = <1000>;
phy-handle = <&phy0>;

mdio0 {
mdio {
#address-cells = <1>;
#size-cells = <0>;
compatible = "snps,dwmac-mdio";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32mp15xx-dhcor-drc-compact.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
max-speed = <1000>;
phy-handle = <&phy0>;

mdio0 {
mdio {
#address-cells = <1>;
#size-cells = <0>;
compatible = "snps,dwmac-mdio";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
max-speed = <1000>;
phy-handle = <&phy0>;

mdio0 {
mdio {
#address-cells = <1>;
#size-cells = <0>;
compatible = "snps,dwmac-mdio";
Expand Down

0 comments on commit a306d89

Please sign in to comment.