aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-01-03 13:55:50 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-01-03 13:55:50 +0100
commit9aeaea471ee6367cc91c07b338f5766ea601b1d5 (patch)
tree5508802d954a04897e722265cb720d90a3688341 /target
parent3a12c6679eb184ca2a9a2b1266cc2d41f3f00bad (diff)
downloadupstream-9aeaea471ee6367cc91c07b338f5766ea601b1d5.tar.gz
upstream-9aeaea471ee6367cc91c07b338f5766ea601b1d5.tar.bz2
upstream-9aeaea471ee6367cc91c07b338f5766ea601b1d5.zip
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>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ath79/dts/qca9557_dlink_dap-2660-a1.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/qca9557_dlink_dap-2660-a1.dts b/target/linux/ath79/dts/qca9557_dlink_dap-2660-a1.dts
index 1a2974a688..8ef07e42e8 100644
--- a/target/linux/ath79/dts/qca9557_dlink_dap-2660-a1.dts
+++ b/target/linux/ath79/dts/qca9557_dlink_dap-2660-a1.dts
@@ -63,8 +63,8 @@
&mdio0 {
status = "okay";
- phy0: ethernet-phy@4 {
- reg = <0x4>;
+ phy4: ethernet-phy@4 {
+ reg = <4>;
};
};
@@ -73,7 +73,7 @@
pll-data = <0x82000000 0x80000101 0x80001313>;
- phy-handle = <&phy0>;
+ phy-handle = <&phy4>;
phy-mode = "rgmii-id";
gmac-config {