提交 e5e6f687 编写于 作者: S Sai Pavan Boddu 提交者: Michal Simek

arm: zynq: Add device-type property for zynq ethernet phy nodes

Mention device-type = "ethernet-phy", as qemu will need this in absence
of compatible.
Signed-off-by: NSai Pavan Boddu <saipava@xilinx.com>
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 b0903489
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
compatible = "ethernet-phy-id0141.0e90", compatible = "ethernet-phy-id0141.0e90",
"ethernet-phy-ieee802.3-c22"; "ethernet-phy-ieee802.3-c22";
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
marvell,reg-init = <0x3 0x10 0xff00 0x1e>, marvell,reg-init = <0x3 0x10 0xff00 0x1e>,
<0x3 0x11 0xfff0 0xa>; <0x3 0x11 0xfff0 0xa>;
}; };
......
...@@ -97,6 +97,7 @@ ...@@ -97,6 +97,7 @@
ethernet_phy: ethernet-phy@7 { ethernet_phy: ethernet-phy@7 {
reg = <7>; reg = <7>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
ethernet_phy: ethernet-phy@7 { ethernet_phy: ethernet-phy@7 {
reg = <7>; reg = <7>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
ethernet_phy: ethernet-phy@0 { ethernet_phy: ethernet-phy@0 {
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
}; };
......
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
ethernet_phy: ethernet-phy@0 { ethernet_phy: ethernet-phy@0 {
reg = <0>; reg = <0>;
device_type = "ethernet-phy";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册