diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-02-18 00:36:28 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-28 17:50:46 +0100 |
commit | 1e95f9b3ea8375931bf82b8d102b9410d6eafcfa (patch) | |
tree | 41f419aadf177b18011f3f76cca4acc013130799 /target/linux/ath79/dts/ath79.dtsi | |
parent | 53ab9865c2b91bc6a239b2adee800dc52875b6bc (diff) | |
download | upstream-1e95f9b3ea8375931bf82b8d102b9410d6eafcfa.tar.gz upstream-1e95f9b3ea8375931bf82b8d102b9410d6eafcfa.tar.bz2 upstream-1e95f9b3ea8375931bf82b8d102b9410d6eafcfa.zip |
ath79: Make upstream ag71xx driver work
* Fix some bugs in the driver
* Add missing clock and reset references in dts
* Rename mdio-bus to mdio so the driver find it
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ath79/dts/ath79.dtsi')
-rw-r--r-- | target/linux/ath79/dts/ath79.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ath79.dtsi b/target/linux/ath79/dts/ath79.dtsi index c351272025..1d1424590c 100644 --- a/target/linux/ath79/dts/ath79.dtsi +++ b/target/linux/ath79/dts/ath79.dtsi @@ -49,7 +49,7 @@ interrupts = <4>; phy-mode = "mii"; - mdio0: mdio-bus { + mdio0: mdio { status = "disabled"; compatible = "qca,ath79-mdio"; @@ -72,7 +72,7 @@ interrupts = <5>; phy-mode = "mii"; - mdio1: mdio-bus { + mdio1: mdio { status = "disabled"; compatible = "qca,ath79-mdio"; |