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-04-04 14:30:59 +0100
commit8eface1b76ddc408a96eae4cac15bf49fba0e9eb (patch)
tree00264f51f6a017d7b1dc7412fb0a8393be069363
parent873326a9f2e5fc187ddaececc540cf49f3b42d6e (diff)
ARM: dts: imx7s: reduce cma memory reservedmbl_v4.14.12-5
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;
};
};