openwrtv4/target/linux/brcm2708/patches-4.4/0299-ARM-bcm2708-Move-the-CMA-range-down-for-kernel-4.4.patch
Álvaro Fernández Rojas 525b311bf8 brcm2708: update linux 4.4 patches to latest version
As usual these patches were extracted from the raspberry pi repo:
https://github.com/raspberrypi/linux/tree/rpi-4.4.y

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-04-24 13:03:39 +02:00

24 lines
759 B
Diff

From 08a0e34ea6911206ad18cec68ab1089505b0090a Mon Sep 17 00:00:00 2001
From: Eric Anholt <eric@anholt.net>
Date: Tue, 19 Apr 2016 17:21:06 -0700
Subject: [PATCH 299/304] ARM: bcm2708: Move the CMA range down for kernel 4.4.
The previous area no longer works, for reasons I haven't investigated.
Just move it somewhere that works.
Signed-off-by: Eric Anholt <eric@anholt.net>
---
arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts
+++ b/arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts
@@ -91,7 +91,7 @@
fragment@4 {
target-path = "/chosen";
__overlay__ {
- bootargs = "cma=256M@512M";
+ bootargs = "cma=256M@256M";
};
};
};