aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/qca953x.dtsi
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2019-02-19 14:27:08 +0800
committerChristian Lamparter <chunkeey@gmail.com>2019-02-20 18:51:31 +0100
commit3bd871ad52a976e3fe5dc338cf247312777444c5 (patch)
tree357aa9af11690348bcd1e26d8a7d185b0c251316 /target/linux/ath79/dts/qca953x.dtsi
parentd38789b5597fd5cab429a4708393fa8f72ffc23e (diff)
downloadupstream-3bd871ad52a976e3fe5dc338cf247312777444c5.tar.gz
upstream-3bd871ad52a976e3fe5dc338cf247312777444c5.tar.bz2
upstream-3bd871ad52a976e3fe5dc338cf247312777444c5.zip
ath79: fix wmac memory region for qca953x
According to /arch/mips/include/asm/mach-ath79/ar71xx_regs.h the size of wmac register range for qca953x is only 0x20000. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79/dts/qca953x.dtsi')
-rw-r--r--target/linux/ath79/dts/qca953x.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/dts/qca953x.dtsi b/target/linux/ath79/dts/qca953x.dtsi
index 4ce5bfe0a2..669e3fb851 100644
--- a/target/linux/ath79/dts/qca953x.dtsi
+++ b/target/linux/ath79/dts/qca953x.dtsi
@@ -173,7 +173,7 @@
wmac: wmac@18100000 {
compatible = "qca,qca9530-wmac";
- reg = <0x18100000 0x230000>;
+ reg = <0x18100000 0x20000>;
interrupt-parent = <&intc2>;
interrupts = <0>;