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>
This commit is contained in:
David Bauer 2019-04-11 17:59:42 +02:00 committed by Christian Lamparter
parent 593b487538
commit b8236e102c

View File

@ -223,7 +223,7 @@
gmac: gmac@18070000 {
compatible = "qca,qca9550-gmac";
reg = <0x18070000 0x14>;
reg = <0x18070000 0x58>;
};
wmac: wmac@18100000 {