summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMikhail Kshevetskiy <[email protected]>2026-01-31 01:06:29 +0300
committerJerome Forissier <[email protected]>2026-02-06 16:42:45 +0100
commitb7984ef41a4d6bb65ef430a3c933b3d0b22489e5 (patch)
tree55bba1bae5dd2aad78fc7d7dd9151b953c45495e /arch
parentd58e12688e1deb283752ffb6ce7c0eb1452e87ab (diff)
arm: dts: en7523: 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/en7523-u-boot.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/en7523-u-boot.dtsi b/arch/arm/dts/en7523-u-boot.dtsi
index f031f81515a..9eadaccc500 100644
--- a/arch/arm/dts/en7523-u-boot.dtsi
+++ b/arch/arm/dts/en7523-u-boot.dtsi
@@ -42,6 +42,11 @@
switch: switch@1fb58000 {
compatible = "airoha,en7523-switch";
reg = <0x1fb58000 0x8000>;
+
+ mdio: mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ };
};
snfi: spi@1fa10000 {