Skip to content

Commit

Permalink
ARM: dts: stm32: Rename mdio0 to mdio
Browse files Browse the repository at this point in the history
[ Upstream commit a306d89 ]

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>
Stable-dep-of: 0ee0ef3 ("ARM: dts: stm32: Add missing detach mailbox for emtrion emSBC-Argon")
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Marek Vasut authored and gregkh committed Sep 13, 2023
1 parent e8d6e54 commit e62c091
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
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
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
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
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
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
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
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
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 e62c091

Please sign in to comment.