mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-23 17:47:28 +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>
16 lines
542 B
Diff
16 lines
542 B
Diff
From 45486357b4adbf1094f9e45fb029b0c178b737ca Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Fri, 7 Mar 2025 15:13:28 +0000
|
|
Subject: [PATCH] ARM64: dts: Add the 64-bit CM0 dts
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm64/boot/dts/broadcom/bcm2710-rpi-cm0.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
create mode 100644 arch/arm64/boot/dts/broadcom/bcm2710-rpi-cm0.dts
|
|
|
|
--- /dev/null
|
|
+++ b/arch/arm64/boot/dts/broadcom/bcm2710-rpi-cm0.dts
|
|
@@ -0,0 +1 @@
|
|
+#include "arm/broadcom/bcm2710-rpi-cm0.dts"
|