Răsfoiți Sursa

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 <[email protected]>
Chuanhong Guo 6 ani în urmă
părinte
comite
3bd871ad52
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      target/linux/ath79/dts/qca953x.dtsi

+ 1 - 1
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>;