mirror of https://github.com/hak5/openwrt.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 <mail@david-bauer.net>openwrt-19.07
parent
593b487538
commit
b8236e102c
|
@ -223,7 +223,7 @@
|
|||
|
||||
gmac: gmac@18070000 {
|
||||
compatible = "qca,qca9550-gmac";
|
||||
reg = <0x18070000 0x14>;
|
||||
reg = <0x18070000 0x58>;
|
||||
};
|
||||
|
||||
wmac: wmac@18100000 {
|
||||
|
|
Loading…
Reference in New Issue