ARM: dts: Use upstream CMA configuration
authorNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Thu, 2 Apr 2020 17:22:46 +0000 (19:22 +0200)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:45 +0000 (16:33 +0100)
Now that the kernel command line has precedence over the device tree,
we can use the upstream CMA setup without breaking backward
compatibility.

Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
arch/arm/boot/dts/bcm2711-rpi-4-b.dts

index 83a8431..9961123 100644 (file)
 
 / {
        chosen {
-               bootargs = "coherent_pool=1M 8250.nr_uarts=1 cma=64M";
+               bootargs = "coherent_pool=1M 8250.nr_uarts=1";
        };
 
        aliases {
        };
 
        /delete-node/ wifi-pwrseq;
-
-       reserved-memory {
-               /delete-node/ linux,cma;
-       };
 };
 
 &mmcnr {