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:
committed by
Eric Fourmont
parent
1022e92116
commit
71d70cd3c2
@ -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 {
|
||||
|
||||
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user