Commit f01b77a7 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

correct ethernet record

parent aa35f9b5
...@@ -108,7 +108,9 @@ ...@@ -108,7 +108,9 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
phy3: phy@3 { phy3: phy@3 {
compatible = "atheros,8035"; /* Atheros 8035 */
compatible = "ethernet-phy-id004d.d072";
/* compatible = "ethernet-phy-ieee802.3-c22";*/
device_type = "ethernet-phy"; device_type = "ethernet-phy";
reg = <0x3>; reg = <0x3>;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment