mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
0171157d45
The patches were generated from the RPi repo with the following command: git format-patch v6.6.44..rpi-6.6.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
25 lines
781 B
Diff
25 lines
781 B
Diff
From ad110e5ff36de6096e1b9d7e0fe125326f45ed7d Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Fri, 19 Jul 2024 13:18:47 +0100
|
|
Subject: [PATCH 1183/1215] arm64: dts: Give cm5l its own model name
|
|
|
|
The bootloader patches the DT with the correct model string, but it
|
|
is better not to rely on that by setting it from the start.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5l.dtsi | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5l.dtsi
|
|
+++ b/arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5l.dtsi
|
|
@@ -4,6 +4,8 @@
|
|
#include "bcm2712-rpi-cm5.dtsi"
|
|
|
|
/ {
|
|
+ model = "Raspberry Pi Compute Module 5 Lite";
|
|
+
|
|
__overrides__ {
|
|
i2c_csi_dsi = <&i2c_csi_dsi>, "status";
|
|
};
|