mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
arm64: dts: meson-g12a: Add CMA reserved memory
In order to handle Video Output and later on Video decoding, add a reserved CMA pool with a similar 256MiB size as other SoCs. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
c5c9c7cff2
commit
e2cffeb398
|
|
@ -79,6 +79,14 @@ secmon_reserved: secmon@5000000 {
|
||||||
reg = <0x0 0x05000000 0x0 0x300000>;
|
reg = <0x0 0x05000000 0x0 0x300000>;
|
||||||
no-map;
|
no-map;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
linux,cma {
|
||||||
|
compatible = "shared-dma-pool";
|
||||||
|
reusable;
|
||||||
|
size = <0x0 0x10000000>;
|
||||||
|
alignment = <0x0 0x400000>;
|
||||||
|
linux,cma-default;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
sm: secure-monitor {
|
sm: secure-monitor {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user