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

dts:imx6qdl-santvend: Set default CMA to 256 MiB

Double the default CMA allocation amount to 256 MiB only for Santvend devices.
parent 5e42d5cd
No related branches found
No related tags found
1 merge request!346dts:imx* Set default CMA
......@@ -19,6 +19,12 @@ aliases {
serial4 = &uart1; /* GSM */
};
reserved-memory {
linux,cma {
size = <0x10000000>; /* 256 MiB */
};
};
backlight2: backlight@1 {
compatible = "pwm-backlight";
pwms = <&pwm2 0 50000 0>;
......
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