aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9330_glinet_ar150.dts
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2018-07-17 17:09:14 +0800
committerJohn Crispin <john@phrozen.org>2018-07-30 10:43:33 +0200
commitc7c807cb8c3fd6538101de885f66d4681785defe (patch)
tree23411daf59b11fe7842481a8c7f599001d836ae5 /target/linux/ath79/dts/ar9330_glinet_ar150.dts
parentf6c99241baec562c092704f2c80650da65d3e683 (diff)
downloadupstream-c7c807cb8c3fd6538101de885f66d4681785defe.tar.gz
upstream-c7c807cb8c3fd6538101de885f66d4681785defe.tar.bz2
upstream-c7c807cb8c3fd6538101de885f66d4681785defe.zip
ath79: ar933x: Update dts for current ag71xx driver
gmac0 is always connected to switch phy4 and mdio1 is always needed. So add phy handle for eth0 and enable mdio1 by default. Move fixed-link for gmac1 from device dts to ar9331.dtsi because gmac1 is always connected to builtin switch. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts/ar9330_glinet_ar150.dts')
-rw-r--r--target/linux/ath79/dts/ar9330_glinet_ar150.dts16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/ath79/dts/ar9330_glinet_ar150.dts b/target/linux/ath79/dts/ar9330_glinet_ar150.dts
index 2b2524fc51..5e3552a30b 100644
--- a/target/linux/ath79/dts/ar9330_glinet_ar150.dts
+++ b/target/linux/ath79/dts/ar9330_glinet_ar150.dts
@@ -123,21 +123,10 @@
};
};
-&mdio0 {
- status = "okay";
-
- phy4: ethernet-phy@4 {
- reg = <4>;
- phy-mode = "mii";
- };
-};
-
&eth0 {
status = "okay";
mtd-mac-address = <&art 0x0>;
-
- phy-handle = <&phy4>;
};
&eth1 {
@@ -145,11 +134,6 @@
mtd-mac-address = <&art 0x0>;
- fixed-link {
- speed = <1000>;
- full-duplex;
- };
-
gmac-config {
device = <&gmac>;