These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
19 lines
537 B
Diff
19 lines
537 B
Diff
From a4ae78b6a96d4220ec5fc4e8f234a150fe3d53ff Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Wed, 4 Dec 2024 10:42:12 +0000
|
|
Subject: [PATCH] dt: Disabled vc4 by default on 2712
|
|
|
|
---
|
|
arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi
|
|
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-ds.dtsi
|
|
@@ -471,6 +471,7 @@
|
|
|
|
vc4: gpu {
|
|
compatible = "brcm,bcm2712-vc6";
|
|
+ status = "disabled";
|
|
};
|
|
|
|
iommu2: iommu@5100 {
|