Re: [PATCH v3 0/3] add ast2400/2500 phy-handle support
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-11-02 23:14:05
Also in:
lkml, openbmc
From: Jakub Kicinski <kuba@kernel.org>
Date: 2020-11-02 23:14:05
Also in:
lkml, openbmc
On Fri, 30 Oct 2020 16:37:04 +0300 Ivan Mikhaylov wrote:
This patch introduces ast2400/2500 phy-handle support with an embedded
MDIO controller. At the current moment it is not possible to set options
with this format on ast2400/2500:
mac {
phy-handle = <&phy>;
phy-mode = "rgmii";
mdio {
#address-cells = <1>;
#size-cells = <0>;
phy: ethernet-phy@0 {
compatible = "ethernet-phy-idxxxx.yyyy";
reg = <0>;
};
};
};
The patch fixes it and gets possible PHYs and register them with
of_mdiobus_register.Applied, thanks!