arm64: dts: tqmls1046a: Move BMAN/QMAN buffers to DRAM1 area
DRAM1 is only 2GiB in size (0x00_8000_0000 - 0x01_0000_0000) which is already used by Linux kernel, etc. Move the allocation area of BMAN and QMAN to DRAM1 region. This frees the complete DRAM2 area for e.g. CMA. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>master
parent
4e6c3b68c1
commit
b49f2dece0
|
|
@ -10,6 +10,18 @@
|
|||
#include "fsl-ls1046a.dtsi"
|
||||
#include "tqmls10xxa.dtsi"
|
||||
|
||||
&bman_fbpr {
|
||||
alloc-ranges = <0 0x88000000 1 0x00000000>;
|
||||
};
|
||||
|
||||
&qman_fqd {
|
||||
alloc-ranges = <0 0x88000000 1 0x00000000>;
|
||||
};
|
||||
|
||||
&qman_pfdr {
|
||||
alloc-ranges = <0 0x88000000 1 0x00000000>;
|
||||
};
|
||||
|
||||
&qspi {
|
||||
num-cs = <2>;
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Reference in New Issue