From: Mikhail Kshevetskiy Date: Fri, 30 Jan 2026 22:06:27 +0000 (+0300) Subject: arm: dts: an7581: add mdio child node to switch node X-Git-Tag: v2026.04-rc2~3^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8bb4a44a27ffd507fb3a0d914101430af19e4c4;p=thirdparty%2Fu-boot.git arm: dts: an7581: add mdio child node to switch node add mdio node to be able see switch port states Signed-off-by: Mikhail Kshevetskiy --- diff --git a/arch/arm/dts/an7581-u-boot.dtsi b/arch/arm/dts/an7581-u-boot.dtsi index a9297ca6503..c5e24c76457 100644 --- a/arch/arm/dts/an7581-u-boot.dtsi +++ b/arch/arm/dts/an7581-u-boot.dtsi @@ -57,6 +57,11 @@ switch: switch@1fb58000 { compatible = "airoha,en7581-switch"; reg = <0 0x1fb58000 0 0x8000>; + + mdio: mdio { + #address-cells = <1>; + #size-cells = <0>; + }; }; snfi: spi@1fa10000 {