Skip to content
Snippets Groups Projects
Commit ffc9ae13 authored by Nam Tran's avatar Nam Tran Committed by Jonas Höppner
Browse files

dts:imx6ull-nallino: set default CMA to 128 MiB

Set the default amount of allocated CMA in device tree to 128 MiB for Nallino
parent 29a46793
No related branches found
No related tags found
1 merge request!346dts:imx* Set default CMA
Pipeline #196564 passed with stage
in 23 seconds
......@@ -48,6 +48,12 @@ reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0x8000000>; /* 128 MiB */
linux,cma-default;
};
};
aliases {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment