From b8236e102c6453320000d433517328a2f9840714 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Thu, 11 Apr 2019 17:59:42 +0200 Subject: 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 --- target/linux/ath79/dts/qca9557.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/dts/qca9557.dtsi') 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 { -- cgit v1.2.3