[OpenWrt-Devel] [PATCH 1/4] ath79: fix QCA955x GMAC register size

David Bauer mail at david-bauer.net
Thu Apr 11 11:59:42 EDT 2019


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 at david-bauer.net>
---
 target/linux/ath79/dts/qca9557.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 at 18070000 {
 				compatible = "qca,qca9550-gmac";
-				reg = <0x18070000 0x14>;
+				reg = <0x18070000 0x58>;
 			};
 
 			wmac: wmac at 18100000 {
-- 
2.21.0


_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list