From 61f9d7709b591bdb33f83c7df70f42835701a051 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 15 May 2017 11:35:13 -0700 Subject: [PATCH] BCM270X: Drop position requirement for CMA in VC4 overlay. No longer necessary since 2aefcd576195a739a7a256099571c9c4a401005f, and will probably let peeople that want to choose a larger CMA allocation (particularly on pi0/1). Signed-off-by: Eric Anholt --- arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts b/arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts index c57e795824e9..bf9395041fac 100644 --- a/arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts +++ b/arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts @@ -13,35 +13,35 @@ fragment@0 { target-path = "/chosen"; __overlay__ { - bootargs = "cma=256M@256M"; + bootargs = "cma=256M"; }; }; fragment@1 { target-path = "/chosen"; __dormant__ { - bootargs = "cma=192M@256M"; + bootargs = "cma=192M"; }; }; fragment@2 { target-path = "/chosen"; __dormant__ { - bootargs = "cma=128M@128M"; + bootargs = "cma=128M"; }; }; fragment@3 { target-path = "/chosen"; __dormant__ { - bootargs = "cma=96M@128M"; + bootargs = "cma=96M"; }; }; fragment@4 { target-path = "/chosen"; __dormant__ { - bootargs = "cma=64M@64M"; + bootargs = "cma=64M"; }; }; -- 2.30.2