aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca9531_telco_t1.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-12 14:20:18 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-12 14:44:07 +0200
commit5dc74ad7f3d170d3dde893a66e896de46ec65478 (patch)
treebf3714fc6c6ec27a2315888af3d71a15fcadbd99 /target/linux/ath79/dts/qca9531_telco_t1.dts
parent92b4f16babfa9127a4dde9e220a4e28f9520a053 (diff)
downloadupstream-5dc74ad7f3d170d3dde893a66e896de46ec65478.tar.gz
upstream-5dc74ad7f3d170d3dde893a66e896de46ec65478.tar.bz2
upstream-5dc74ad7f3d170d3dde893a66e896de46ec65478.zip
ath79: harmonize appearance of ethX nodes in qca953x DTSes
This harmonizes the appearance of ethX nodes in qca953x DTSes by: - having the same order of nodes and properties - removing redundant status property on eth1 (set in qca953x.dtsi) This is meant to help both copy-pasters and reviewers, since deviations and errors can be spotted easier. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/qca9531_telco_t1.dts')
-rw-r--r--target/linux/ath79/dts/qca9531_telco_t1.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca9531_telco_t1.dts b/target/linux/ath79/dts/qca9531_telco_t1.dts
index 25a97edfca..bc2a0c48b5 100644
--- a/target/linux/ath79/dts/qca9531_telco_t1.dts
+++ b/target/linux/ath79/dts/qca9531_telco_t1.dts
@@ -122,9 +122,9 @@
&eth0 {
status = "okay";
- mtd-mac-address = <&art 0x0>;
-
phy-handle = <&swphy4>;
+
+ mtd-mac-address = <&art 0x0>;
};
&eth1 {