brcm2708-gpu-fw: update to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0299-ARM-bcm2708-Move-the-CMA-range-down-for-kernel-4.4.patch
1 From 08a0e34ea6911206ad18cec68ab1089505b0090a Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Tue, 19 Apr 2016 17:21:06 -0700
4 Subject: [PATCH 299/304] ARM: bcm2708: Move the CMA range down for kernel 4.4.
5
6 The previous area no longer works, for reasons I haven't investigated.
7 Just move it somewhere that works.
8
9 Signed-off-by: Eric Anholt <eric@anholt.net>
10 ---
11 arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 --- a/arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts
15 +++ b/arch/arm/boot/dts/overlays/vc4-kms-v3d-overlay.dts
16 @@ -91,7 +91,7 @@
17 fragment@4 {
18 target-path = "/chosen";
19 __overlay__ {
20 - bootargs = "cma=256M@512M";
21 + bootargs = "cma=256M@256M";
22 };
23 };
24 };