ODROID-C5: Fix size of heap-fb.

I tried doubling the size of heap-fb
but still had the problem so I increased the size to 3x.

Change-Id: I765c4b674ea9fc29207d451038fcfac99a43b7c8
This commit is contained in:
codewalkerster
2025-04-28 14:50:01 +09:00
parent 65c5950a83
commit bb5788a207
@@ -111,7 +111,7 @@
dmaheap_fb_reserved:heap-fb {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x7000000>;
size = <0x0 0xA800000>;
alignment = <0x0 0x400000>;
};
dmaheap_secure_reserved:heap-secure {