From 3bd871ad52a976e3fe5dc338cf247312777444c5 Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Tue, 19 Feb 2019 14:27:08 +0800 Subject: 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 --- target/linux/ath79/dts/qca953x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79') 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>; -- cgit v1.2.3