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

dts:imxqdl-san Set default CMA to 128 MiB

Set the default CMA allocation amount of SAN* device to 128 MiB in the device tree.
parent 623621d5
No related branches found
No related tags found
1 merge request!346dts:imx* Set default CMA
......@@ -70,6 +70,12 @@ reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0x8000000>; /* 128 MiB */
linux,cma-default;
};
};
amplifier: speaker-amp {
......
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