ARM: dts: rockchip: rk312x-android: modify cma_region start address

For small capacity RAM, the value of this address is too large

Change-Id: Iccc318e5d97ec1df2e8cfc7a651022b1a33e1010
Signed-off-by: Jianlong Wang <jianlong.wang@rock-chips.com>
This commit is contained in:
Jianlong Wang 2023-04-11 19:50:15 +08:00 committed by Tao Huang
parent b06e7b839c
commit 3155b043cf

View File

@ -39,10 +39,10 @@ reserved-memory {
#size-cells = <1>;
ranges;
cma_region: region@88000000 {
cma_region: region@63000000 {
compatible = "shared-dma-pool";
reusable;
reg = <0x88000000 0x1800000>;
reg = <0x63000000 0x1800000>;
};
ramoops: ramoops@62e00000 {