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>
54 lines
1.3 KiB
Diff
54 lines
1.3 KiB
Diff
From c06ef2cae93115ecd793749e580e1135776b362a Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Wed, 4 Dec 2024 17:42:20 +0000
|
|
Subject: [PATCH] dtoverlays: bcm2712d0 - Don't change vc4 compatible string
|
|
|
|
The mainline version of D0 support reads the version string
|
|
from the hardware, so we don't need to change the compatible
|
|
string.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/overlays/bcm2712d0-overlay.dts | 13 +++----------
|
|
1 file changed, 3 insertions(+), 10 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/bcm2712d0-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/bcm2712d0-overlay.dts
|
|
@@ -39,34 +39,27 @@
|
|
};
|
|
|
|
fragment@4 {
|
|
- target = <&vc4>;
|
|
- __overlay__ {
|
|
- compatible = "brcm,bcm2712d0-vc6", "brcm,bcm2712-vc6";
|
|
- };
|
|
- };
|
|
-
|
|
- fragment@5 {
|
|
target = <&uart10>;
|
|
__overlay__ {
|
|
interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
|
|
};
|
|
};
|
|
|
|
- fragment@6 {
|
|
+ fragment@5 {
|
|
target = <&spi10>;
|
|
__overlay__ {
|
|
dmas = <&dma40 3>, <&dma40 4>;
|
|
};
|
|
};
|
|
|
|
- fragment@7 {
|
|
+ fragment@6 {
|
|
target = <&hdmi0>;
|
|
__overlay__ {
|
|
dmas = <&dma40 (12|(1<<30)|(1<<24)|(10<<16)|(15<<20))>;
|
|
};
|
|
};
|
|
|
|
- fragment@8 {
|
|
+ fragment@7 {
|
|
target = <&hdmi1>;
|
|
__overlay__ {
|
|
dmas = <&dma40 (13|(1<<30)|(1<<24)|(10<<16)|(15<<20))>;
|