diff options
author | David Bauer <mail@david-bauer.net> | 2019-04-11 17:59:42 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-06-02 11:08:37 +0200 |
commit | b8236e102c6453320000d433517328a2f9840714 (patch) | |
tree | b4297891e0fff4bd85f44d6a89ad41cd74038787 /target/linux/ath79/dts/qca9557.dtsi | |
parent | 593b487538079f2a22300f3f22ffb21b20da36a0 (diff) | |
download | upstream-b8236e102c6453320000d433517328a2f9840714.tar.gz upstream-b8236e102c6453320000d433517328a2f9840714.tar.bz2 upstream-b8236e102c6453320000d433517328a2f9840714.zip |
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>
Diffstat (limited to 'target/linux/ath79/dts/qca9557.dtsi')
-rw-r--r-- | target/linux/ath79/dts/qca9557.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |