mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
b06e7b839c
commit
3155b043cf
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user