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>
22 lines
729 B
Diff
22 lines
729 B
Diff
From aedbd3962a270f72c085e84ad8e41b74c08b395c Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Thu, 10 Apr 2025 15:05:25 +0100
|
|
Subject: [PATCH] ARM: dts: Include symbols in the CM0 dtb
|
|
|
|
As per the title.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/broadcom/Makefile | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/boot/dts/broadcom/Makefile
|
|
+++ b/arch/arm/boot/dts/broadcom/Makefile
|
|
@@ -49,6 +49,7 @@ DTC_FLAGS_bcm2710-rpi-2-b := -@
|
|
DTC_FLAGS_bcm2710-rpi-3-b := -@
|
|
DTC_FLAGS_bcm2710-rpi-3-b-plus := -@
|
|
DTC_FLAGS_bcm2709-rpi-cm2 := -@
|
|
+DTC_FLAGS_bcm2710-rpi-cm0 := -@
|
|
DTC_FLAGS_bcm2710-rpi-cm3 := -@
|
|
DTC_FLAGS_bcm2711-rpi-cm4 := -@
|
|
DTC_FLAGS_bcm2711-rpi-cm4s := -@
|