提交 2f953ee9 编写于 作者: S Shyam Saini 提交者: Shawn Guo

ARM: dts: imx6dl-icore-rqs: Fix invalid PHY address assignment for ethernet

Add "reg" property for ethernet to fix this issue.

Errors in boot logs:
mdio_bus 2188000.ethernet-1:
/soc/aips-bus@02100000/ethernet@02188000/mdio/ethernet-phy
has invalid PHY address

mdio_bus 2188000.ethernet-1: scan phy ethernet-phy at address 0
mdio_bus 2188000.ethernet-1: scan phy ethernet-phy at address 1
mdio_bus 2188000.ethernet-1: scan phy ethernet-phy at address 2
mdio_bus 2188000.ethernet-1: scan phy ethernet-phy at address 3
Reported-by: NShyam Saini <shyam@amarulasolutions.com>
Suggested-by: NMichael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: NShyam Saini <shyam@amarulasolutions.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 fa2f2576
...@@ -200,7 +200,11 @@ ...@@ -200,7 +200,11 @@
status = "okay"; status = "okay";
mdio { mdio {
eth_phy: ethernet-phy { #address-cells = <1>;
#size-cells = <0>;
eth_phy: ethernet-phy@0 {
reg = <0x0>;
rxc-skew-ps = <1140>; rxc-skew-ps = <1140>;
txc-skew-ps = <1140>; txc-skew-ps = <1140>;
txen-skew-ps = <600>; txen-skew-ps = <600>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册