Revert "ARM: dts: bcm2711-rpi-4-b: Fix CMA size to 512M" 14/240714/1 accepted/tizen/unified/20200811.050507 submit/tizen/20200811.014146
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 11 Aug 2020 01:31:25 +0000 (10:31 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 11 Aug 2020 01:34:01 +0000 (10:34 +0900)
There is a problem of oom. CMA size is changed from 512M to 256M.
In future, it needs to fix.

This reverts commit f643c9fa8706284868003f2f376d51dd0383b4b3.

Change-Id: I5a855ba31dc19898a3721bb694700004a7a5504f
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm/boot/dts/bcm2711-rpi-4-b.dts

index e57ed05..3edc927 100644 (file)
 };
 
 &cma {
-       size = <0x20000000>; /* 512MB */
+       size = <0x10000000>; /* 256MB */
 };
 
 / {