ARM: dts: msm: save 2M vmemmap of memory on pineapple and sun
There is 16K of DDR in a section memory and the rest is carveout in a memory region [0x98000000 a0000000). As section size is 128M, which require 2M of memmap. Lose this 16K to save (2M - 16K) of memory. Change-Id: Ibca933768e89a978b97fe37a07938a08141d2e87 Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
@@ -3249,6 +3249,11 @@
|
||||
reg = <0x0 0x9b09a000 0x0 0x2000>;
|
||||
};
|
||||
|
||||
lost_reg_mem {
|
||||
no-map;
|
||||
reg = <0x0 0x9b09c000 0x0 0x4000>;
|
||||
};
|
||||
|
||||
spss_region_mem: spss_region_region@9b0a0000 {
|
||||
no-map;
|
||||
reg = <0x0 0x9b0a0000 0x0 0x1e0000>;
|
||||
|
@@ -3668,6 +3668,11 @@
|
||||
reg = <0x0 0x9b09a000 0x0 0x2000>;
|
||||
};
|
||||
|
||||
lost_reg_mem {
|
||||
no-map;
|
||||
reg = <0x0 0x9b09c000 0x0 0x4000>;
|
||||
};
|
||||
|
||||
spss_region_mem: spss_region_region@9b0a0000 {
|
||||
no-map;
|
||||
reg = <0x0 0x9b0a0000 0x0 0x1e0000>;
|
||||
|
Reference in New Issue
Block a user