aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2023-09-22 12:35:36 +0200
committerMichal Simek <michal.simek@amd.com>2023-10-09 10:25:32 +0200
commit5c214bac46f3f870d25d18d56575eddebf08a1ae (patch)
treee0910bcb8840b23167277ac4109043b349dd72d2 /arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
parent2036621a611222173ea9f9882c7e1d5e4d2b3575 (diff)
downloadu-boot-5c214bac46f3f870d25d18d56575eddebf08a1ae.zip
u-boot-5c214bac46f3f870d25d18d56575eddebf08a1ae.tar.gz
u-boot-5c214bac46f3f870d25d18d56575eddebf08a1ae.tar.bz2
arm64: xilinx: Put ethernet phys to mdio node
All zynqmp boards have been already described via mdio node that's why also convert the rest of the boards. With using mdio node there is an option to add reset property for the whole mdio bus which is reflected by 's/phy-reset-gpios/reset-gpios/g' for some boards. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/ff165281a70a38e2b76fee91e6255ce95ce8021b.1695378830.git.michal.simek@amd.com
Diffstat (limited to 'arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts')
-rw-r--r--arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts b/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
index 0d2ea9c..b1857e1 100644
--- a/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
+++ b/arch/arm/dts/zynqmp-zc1751-xm019-dc5.dts
@@ -77,8 +77,12 @@
phy-mode = "rgmii-id";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_gem1_default>;
- phy0: ethernet-phy@0 {
- reg = <0>;
+ mdio: mdio {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ phy0: ethernet-phy@0 {
+ reg = <0>;
+ };
};
};