mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
ath79: fix ethernet-phy label for dlink,dap-2660-a1
The phy label/node name should correspond to the reg property. While at it, use more common decimal notation for reg property itself. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
3a12c6679e
commit
9aeaea471e
@ -63,8 +63,8 @@
|
|||||||
&mdio0 {
|
&mdio0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
phy0: ethernet-phy@4 {
|
phy4: ethernet-phy@4 {
|
||||||
reg = <0x4>;
|
reg = <4>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
pll-data = <0x82000000 0x80000101 0x80001313>;
|
pll-data = <0x82000000 0x80000101 0x80001313>;
|
||||||
|
|
||||||
phy-handle = <&phy0>;
|
phy-handle = <&phy4>;
|
||||||
phy-mode = "rgmii-id";
|
phy-mode = "rgmii-id";
|
||||||
|
|
||||||
gmac-config {
|
gmac-config {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user