1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/6.6/target/linux/bcm27xx/patches-6.6/0677-dts-bcm2712-Use-the-new-model-name.patch

29 lines
903 B
Diff
Raw Normal View History

2024-04-05 18:55:33 +00:00
From 99e359d2f2da2c820fd2a30b1ad08b32c9549adb Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Tue, 17 Oct 2023 17:28:11 +0100
Subject: [PATCH 0677/1002] dts: bcm2712: Use the new model name
"Model B" is no more - "Raspberry Pi 5" is the official name.
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts b/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
index 7578c3145de2..5688f48d579b 100644
--- a/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
+++ b/arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dts
@@ -52,7 +52,7 @@
/ {
compatible = "raspberrypi,5-model-b", "brcm,bcm2712";
- model = "Raspberry Pi 5 Model B";
+ model = "Raspberry Pi 5";
/* Will be filled by the bootloader */
memory@0 {
--
2.44.0