summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Miguel Silva <rui.silva@linaro.org>2018-04-02 16:48:07 +0100
committerRui Miguel Silva <rui.silva@linaro.org>2018-08-12 16:49:37 +0100
commit1558bdb11f2b0127ae514431c8a6e8e832361160 (patch)
treeb884d34c768f91309de1e7d7ee6ad2e23b5364c8
parentb9a49a03429bc2a495d5d68c4e66f0e6b21fa89a (diff)
ARM: dts: imx7s: reduce cma memory reserved
We were allocating to much memory to the cma pool, the initial intention in 8211617b09a ARM: dts: imx7s: increase CMA pool size, was to reserve only 40MB but in that commit we were reserving 320MB. Fix this an really reserve the initial 40MB wanted. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
-rw-r--r--arch/arm/boot/dts/imx7s.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index d73731668dc7..5660f50e3e85 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -125,7 +125,7 @@
linux,cma {
compatible = "shared-dma-pool";
reusable;
- size = <0x14000000>;
+ size = <0x2800000>;
linux,cma-default;
};
};