mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk: ion: revise cma reserve memory to 64MB on rk3288-fpga
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
rockchip,ion-heap@1 { /* CMA HEAP */
|
||||
compatible = "rockchip,ion-reserve";
|
||||
reg = <1>;
|
||||
memory-reservation = <0x00000000 0x10000000>; /* 256MB */
|
||||
memory-reservation = <0x00000000 0x04000000>; /* 64MB */
|
||||
};
|
||||
rockchip,ion-heap@3 { /* SYSTEM HEAP */
|
||||
reg = <3>;
|
||||
|
||||
Reference in New Issue
Block a user