diff options
| author | Michal Simek <[email protected]> | 2022-09-06 12:39:11 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-09-13 11:32:48 +0200 |
| commit | 4e168260281518abbb417dc08ec91d96cca715a1 (patch) | |
| tree | 5927933eb5360f6563cc9a89505304ffebbf9ebd | |
| parent | 5c341965dd9907203b8ab0b9717a95b2b0f831cd (diff) | |
xilinx: Fix mdio bus description for vck190-sc
Current behavior is that eth_phy_get_mdio_bus
Net: FEC: can't find phy-handle
ZYNQ GEM: ff0b0000, mdio bus ff0b0000, phyaddr 0, interface sgmii
eth0: ethernet@ff0b0000
Net:
ZYNQ GEM: ff0b0000, mdio bus ff0b0000, phyaddr 0, interface sgmii
eth0: ethernet@ff0b0000
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/5b7da5808136b3f579c0cf7a3431b56c758655e9.1662460749.git.michal.simek@amd.com
| -rw-r--r-- | arch/arm/dts/zynqmp-e-a2197-00-revA.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp-e-a2197-00-revA.dts b/arch/arm/dts/zynqmp-e-a2197-00-revA.dts index 4940825b002..3fa18f560c9 100644 --- a/arch/arm/dts/zynqmp-e-a2197-00-revA.dts +++ b/arch/arm/dts/zynqmp-e-a2197-00-revA.dts @@ -155,8 +155,12 @@ phy-handle = <&phy0>; phy-mode = "sgmii"; is-internal-pcspma; - phy0: ethernet-phy@0 { /* u131 M88E1512 */ - reg = <0>; + mdio: mdio { + #address-cells = <1>; + #size-cells = <0>; + phy0: ethernet-phy@0 { /* u131 M88E1512 */ + reg = <0>; + }; }; }; |
