aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9341.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ath79: do not set inherited phy-mode/status properties againAdrian Schmutzler2020-01-311-4/+0
| | | | | | | | | There are several cases where phy-mode and status properties are set again in DTS(I) files although those were set to the same values in parent DTSI files already. Remove those cases (and thus also stop their proliferation by copy/paste). Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* ath79: ar934x: Update dts for current ag71xx driverChuanhong Guo2018-07-301-0/+8
| | | | | | | | | Enable mdio1 by default because mdio1 is needed when eth1 is enabled. PS: If a ar9341 device has only one port and you only want to use gmac0, change compatible of gmac1 to "syscon", "simple-mfd" in dts. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
* ath79: ar934x: use irq-ath79-intc driver and enable wmacJohann Neuhauser2018-06-201-0/+18
Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>