ath79: fix QCA955x GMAC register size
authorDavid Bauer <mail@david-bauer.net>
Thu, 11 Apr 2019 15:59:42 +0000 (17:59 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 2 Jun 2019 09:08:37 +0000 (11:08 +0200)
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>
target/linux/ath79/dts/qca9557.dtsi

index fefb91c39af42c779abf4e896f6686542f30be78..b726a382ee0b1308f45da1cecd14a172ab236dc1 100644 (file)
 
                        gmac: gmac@18070000 {
                                compatible = "qca,qca9550-gmac";
-                               reg = <0x18070000 0x14>;
+                               reg = <0x18070000 0x58>;
                        };
 
                        wmac: wmac@18100000 {