diff options
author | Martin Schiller <ms.3headeddevs@gmail.com> | 2019-08-21 08:39:30 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2023-01-16 23:41:41 +0000 |
commit | bc205a34a48d2455a011cd65fbad7430a02ff8e4 (patch) | |
tree | 2d6aa796bb2413bacfd17d862fb9b37e1dfd1421 /target/linux/ipq40xx | |
parent | 6e4c9738bed0ac99d048e71596b716d0819375b2 (diff) | |
download | upstream-bc205a34a48d2455a011cd65fbad7430a02ff8e4.tar.gz upstream-bc205a34a48d2455a011cd65fbad7430a02ff8e4.tar.bz2 upstream-bc205a34a48d2455a011cd65fbad7430a02ff8e4.zip |
ipq40xx: fritzbox-7530.dts: increase dma coherent pool size
This is needed by the mei driver to be able to download the firmware.
Signed-off-by: Martin Schiller <ms.3headeddevs@gmail.com>
Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx')
-rw-r--r-- | target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts index a0ceb299b4..71166231a9 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts @@ -9,6 +9,10 @@ model = "AVM FRITZ!Box 7530"; compatible = "avm,fritzbox-7530"; + chosen { + bootargs-append = " coherent_pool=4M"; + }; + aliases { led-boot = &power_green; led-failsafe = &info_red; |