diff options
| author | Mikhail Kshevetskiy <[email protected]> | 2026-01-31 01:06:27 +0300 |
|---|---|---|
| committer | Jerome Forissier <[email protected]> | 2026-02-06 16:42:45 +0100 |
| commit | d8bb4a44a27ffd507fb3a0d914101430af19e4c4 (patch) | |
| tree | 1df6d0dd13f4a0e5870a5a807a0a38a0b969b273 /arch | |
| parent | 0b46bdcf39ddd90ef98b8606cb305e7530f450d7 (diff) | |
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 <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/an7581-u-boot.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
