projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d38789b
)
ath79: fix wmac memory region for qca953x
author
Chuanhong Guo
<gch981213@gmail.com>
Tue, 19 Feb 2019 06:27:08 +0000
(14:27 +0800)
committer
Christian Lamparter
<chunkeey@gmail.com>
Wed, 20 Feb 2019 17:51:31 +0000
(18:51 +0100)
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>
target/linux/ath79/dts/qca953x.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ath79/dts/qca953x.dtsi
b/target/linux/ath79/dts/qca953x.dtsi
index 4ce5bfe0a2d888707925fb854859fab07053da46..669e3fb851ff56d999cb0594296cde4af4c02f74 100644
(file)
--- 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 0x2
3
0000>;
+ reg = <0x18100000 0x20000>;
interrupt-parent = <&intc2>;
interrupts = <0>;