lede/target/linux/bcm27xx/patches-6.12/950-0626-dtoverlays-enable-gpu-node-from-vc4-kms-v3d-pi5.patch
=?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= d81c03f05e bcm27xx: add 6.12 patches from RPi repo
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>
2025-06-20 17:01:06 +08:00

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>;
};