ARM: dts: stm32: move linux,cma node for stm32mp157[c|f]-ev1 boards

Move linux,cma node from stm32mp157c-ev1-scmi.dtsi to
stm32mp157[c|f]-ed1.dts for stm32mp157[c|f]-ev1 boards

Change-Id: Ida583b7d86e7c10a325daf768adcb15248400240
Signed-off-by: Pierre-Yves MORDRET <pierre-yves.mordret@foss.st.com>
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/307014
Tested-by: Eric FOURMONT <eric.fourmont-ext@st.com>
Reviewed-by: Eric FOURMONT <eric.fourmont-ext@st.com>
Domain-Review: Eric FOURMONT <eric.fourmont-ext@st.com>
This commit is contained in:
Pierre-Yves MORDRET
2023-05-17 16:03:33 +02:00
committed by Eric Fourmont
parent 1022e92116
commit 71d70cd3c2
3 changed files with 18 additions and 9 deletions

View File

@ -83,6 +83,15 @@
reg = <0xe8000000 0x8000000>;
no-map;
};
/* global autoconfigured region for contiguous allocations */
linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0x8000000>;
alignment = <0x2000>;
linux,cma-default;
};
};
led {

View File

@ -10,15 +10,6 @@
reg = <0xfe000000 0x2000000>;
no-map;
};
/* global autoconfigured region for contiguous allocations */
linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0x8000000>;
alignment = <0x2000>;
linux,cma-default;
};
};
};

View File

@ -83,6 +83,15 @@
reg = <0xe8000000 0x8000000>;
no-map;
};
/* global autoconfigured region for contiguous allocations */
linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0x8000000>;
alignment = <0x2000>;
linux,cma-default;
};
};
led {