mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
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>
This commit is contained in:
parent
d38789b559
commit
3bd871ad52
@ -173,7 +173,7 @@
|
|||||||
|
|
||||||
wmac: wmac@18100000 {
|
wmac: wmac@18100000 {
|
||||||
compatible = "qca,qca9530-wmac";
|
compatible = "qca,qca9530-wmac";
|
||||||
reg = <0x18100000 0x230000>;
|
reg = <0x18100000 0x20000>;
|
||||||
|
|
||||||
interrupt-parent = <&intc2>;
|
interrupt-parent = <&intc2>;
|
||||||
interrupts = <0>;
|
interrupts = <0>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user