From: Chuanhong Guo Date: Tue, 19 Feb 2019 06:27:08 +0000 (+0800) Subject: ath79: fix wmac memory region for qca953x X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fynezz.git;a=commitdiff_plain;h=3bd871ad52a976e3fe5dc338cf247312777444c5;hp=d38789b5597fd5cab429a4708393fa8f72ffc23e 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 --- 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>;