aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca956x.dtsi
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2019-05-10 23:28:47 +0800
committerPetr Štetiar <ynezz@true.cz>2019-06-05 10:12:31 +0200
commit8dde11d521d0b02dd417877f5d9aefe7a35afa0e (patch)
treea851719e1c98aa03f35a4864ebcf02fc23460077 /target/linux/ath79/dts/qca956x.dtsi
parent32817580e79bb129e5ea78285109c6119ff40fd0 (diff)
downloadupstream-8dde11d521d0b02dd417877f5d9aefe7a35afa0e.tar.gz
upstream-8dde11d521d0b02dd417877f5d9aefe7a35afa0e.tar.bz2
upstream-8dde11d521d0b02dd417877f5d9aefe7a35afa0e.zip
ath79: dts: drop "simple-mfd" for gmacs in SoC dtsi
With a proper probe deferring for ag71xx we don't need to explicitly probe mdio1 before gmac0. Drop all "simple-mfd" in SoC dtsi so that gmac orders can be the same as ar71xx. This makes eth0/eth1 order the same as those in ar71xx, which means we don't need a migration script for this anymore and we can merge incorrectly split gmac/mdio driver back together. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts/qca956x.dtsi')
-rw-r--r--target/linux/ath79/dts/qca956x.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/qca956x.dtsi b/target/linux/ath79/dts/qca956x.dtsi
index a9437fce0e..01098fdc8a 100644
--- a/target/linux/ath79/dts/qca956x.dtsi
+++ b/target/linux/ath79/dts/qca956x.dtsi
@@ -257,7 +257,7 @@
};
&eth0 {
- compatible = "qca,qca9560-eth", "syscon", "simple-mfd";
+ compatible = "qca,qca9560-eth", "syscon";
pll-data = <0x03000000 0x00000101 0x00001919>;
pll-reg = <0 0x48 0>;
@@ -300,7 +300,7 @@
};
&eth1 {
- compatible = "qca,qca9560-eth", "syscon", "simple-mfd";
+ compatible = "qca,qca9560-eth", "syscon";
phy-mode = "gmii";