mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-22 11:16:59 +08:00

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>
20 lines
636 B
Diff
20 lines
636 B
Diff
From 3ad62e9a6d4a715cb72ebf19cadadb3e69243593 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Wed, 4 Dec 2024 13:39:31 +0000
|
|
Subject: [PATCH] dtoverlays: enable gpu node from vc4-kms-v3d-pi5
|
|
|
|
---
|
|
arch/arm/boot/dts/overlays/vc4-kms-v3d-pi5-overlay.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/vc4-kms-v3d-pi5-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/vc4-kms-v3d-pi5-overlay.dts
|
|
@@ -124,6 +124,7 @@
|
|
fragment@17 {
|
|
target = <&vc4>;
|
|
__overlay__ {
|
|
+ status = "okay";
|
|
/* IOMMU attaches here, where we allocate DMA buffers */
|
|
iommus = <&iommu4>;
|
|
};
|