From: David Bauer Date: Thu, 11 Apr 2019 15:59:42 +0000 (+0200) Subject: ath79: fix QCA955x GMAC register size X-Git-Tag: v19.07.0-rc1~534 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b8236e102c6453320000d433517328a2f9840714;p=openwrt%2Fopenwrt.git 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 --- 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 {