summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2019-04-11 17:59:42 +0200
committerChristian Lamparter <chunkeey@gmail.com>2019-06-02 11:08:37 +0200
commitb8236e102c6453320000d433517328a2f9840714 (patch)
treeb4297891e0fff4bd85f44d6a89ad41cd74038787 /target
parent593b487538079f2a22300f3f22ffb21b20da36a0 (diff)
downloadopenwrt-b8236e102c6453320000d433517328a2f9840714.tar.gz
openwrt-b8236e102c6453320000d433517328a2f9840714.tar.bz2
openwrt-b8236e102c6453320000d433517328a2f9840714.zip
ath79: fix QCA955x GMAC register size
The register size of the QCA955x currently matches the size stated in the datasheet. However, there are more hidden GMAC registers which are needed for the SGMII workaround to work. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ath79/dts/qca9557.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca9557.dtsi b/target/linux/ath79/dts/qca9557.dtsi
index fefb91c39a..b726a382ee 100644
--- a/target/linux/ath79/dts/qca9557.dtsi
+++ b/target/linux/ath79/dts/qca9557.dtsi
@@ -223,7 +223,7 @@
gmac: gmac@18070000 {
compatible = "qca,qca9550-gmac";
- reg = <0x18070000 0x14>;
+ reg = <0x18070000 0x58>;
};
wmac: wmac@18100000 {