提交 8b1750de 编写于 作者: A Andrew Lunn 提交者: Gregory CLEMENT

ARM: dts: kirkwood: Add address to ethernet-phy unit name

PHYs have an address on the mdio bus. So the unit name should contain
an address. This is complicated in that some .dtsi files contain the
node, but the reg is set in the .dts file. In this case, use the
abstract address X.
Signed-off-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 689168aa
......@@ -83,7 +83,7 @@
&mdio {
status = "okay";
ethphy0: ethernet-phy {
ethphy0: ethernet-phy@X {
/* overwrite reg property in board file */
};
};
......
......@@ -217,7 +217,7 @@
&mdio {
status = "okay";
ethphy0: ethernet-phy {
ethphy0: ethernet-phy@8 {
device_type = "ethernet-phy";
reg = <8>;
};
......
......@@ -94,7 +94,7 @@
&mdio {
status = "okay";
ethphy0: ethernet-phy {
ethphy0: ethernet-phy@X {
/* overwrite reg property in board file */
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册