Skip to content

Commit 22a9554

Browse files
robimarkogclement
authored andcommitted
arm64: dts: marvell: mochabin: enlarge PCI memory window
Armada 7040 uses a rather small 15MB memory window for every PCI adapter, however this is not sufficient for Qualcomm QCA6390 802.11ax cards that are shipped along with the OpenWrt WLAN model of MOCHAbin as ath11k requires at least 16MB of memory. So, similar to what MACCHIATOBin has been doing for years, lets move to using the second PCIe 2 memory window and expand it to 128MB to make it future proof. Signed-off-by: Robert Marko <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent fe15c26 commit 22a9554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,4 +455,5 @@
455455
phys = <&cp0_comphy5 2>;
456456
phy-names = "cp0-pcie2-x1-phy";
457457
reset-gpios = <&cp0_gpio1 9 GPIO_ACTIVE_LOW>;
458+
ranges = <0x82000000 0x0 0xc0000000 0x0 0xc0000000 0x0 0x8000000>;
458459
};

0 commit comments

Comments
 (0)