summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWadim Egorov <w.egorov@phytec.de>2026-02-13 06:38:06 +0100
committerVignesh Raghavendra <vigneshr@ti.com>2026-03-10 15:10:02 +0530
commit2af52683ecd85ae33dcd52eaddef6d592da5492a (patch)
tree8ba17d49f17870e002218eb157bd15f6117bbd06
parent8cfb2e517113543e0de9e8df5754d5e09cb3627e (diff)
downloadlinux-2af52683ecd85ae33dcd52eaddef6d592da5492a.tar.gz
linux-2af52683ecd85ae33dcd52eaddef6d592da5492a.zip
arm64: dts: ti: k3-am62-phycore-som: Add 128MiB of global CMA
Reserve 128MiB of global CMA which is also marked as re-usable so that OS can also use the same if peripheral drivers are not using the same. Based on the use case described in commit c43dd2fe5316 ("arm64: dts: ti: k3-am62x-sk-common: Reserve 128MiB of global CMA"). Signed-off-by: Wadim Egorov <w.egorov@phytec.de> Link: https://patch.msgid.link/20260213053806.219495-1-w.egorov@phytec.de Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi b/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
index e15da771bc07..3baa653257bb 100644
--- a/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62-phycore-som.dtsi
@@ -37,6 +37,13 @@
#size-cells = <2>;
ranges;
+ linux,cma {
+ compatible = "shared-dma-pool";
+ reusable;
+ size = <0x00 0x8000000>;
+ linux,cma-default;
+ };
+
ramoops@9c700000 {
compatible = "ramoops";
reg = <0x00 0x9c700000 0x00 0x00100000>;