mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-15 19:55:32 +00:00
dts: starfive: jh7110: Adjust the CMA start address
In order to better comply with 1G/2G DDR, adjust the CMA start address Signed-off-by: Samin Guo <samin.guo@starfivetech.com>
This commit is contained in:
parent
09292923d9
commit
783b5a8b84
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
reusable;
|
||||
size = <0x0 0x20000000>;
|
||||
alignment = <0x0 0x1000>;
|
||||
alloc-ranges = <0x0 0x80000000 0x0 0x20000000>;
|
||||
alloc-ranges = <0x0 0x70000000 0x0 0x20000000>;
|
||||
linux,cma-default;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue