From 597c54710176221c0dd4dbf42552aa9a49e9c62c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 15 Mar 2022 16:24:33 +0100 Subject: [PATCH] ipq807x: fix vmalloc on wf196 the built in wifi failed to start Signed-off-by: John Crispin --- .../files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts b/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts index c92e312e6..30ff25fc2 100644 --- a/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts +++ b/feeds/ipq807x/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-wf196.dts @@ -51,7 +51,7 @@ #ifdef __IPQ_MEM_PROFILE_256_MB__ bootargs-append = " swiotlb=1"; #else - bootargs-append = " swiotlb=1 coherent_pool=2M"; + bootargs-append = " swiotlb=1 coherent_pool=2M vmalloc=600M"; #endif };