projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593b487
)
ath79: fix QCA955x GMAC register size
author
David Bauer
<mail@david-bauer.net>
Thu, 11 Apr 2019 15:59:42 +0000
(17:59 +0200)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/target/linux/ath79/dts/qca9557.dtsi
b/target/linux/ath79/dts/qca9557.dtsi
index fefb91c39af42c779abf4e896f6686542f30be78..b726a382ee0b1308f45da1cecd14a172ab236dc1 100644
(file)
--- 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 0x
14
>;
+ reg = <0x18070000 0x
58
>;
};
wmac: wmac@18100000 {