1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/bcm27xx/patches-5.15/950-0156-arm-bcm2835-Add-bcm2838-compatible-string.patch

21 lines
592 B
Diff
Raw Normal View History

2022-04-22 15:00:47 +00:00
From f3d3d894047198aa1aa8611db19c5b0dc8097ccc Mon Sep 17 00:00:00 2001
2021-11-24 17:32:01 +00:00
From: Phil Elwell <phil@raspberrypi.org>
Date: Tue, 11 Jun 2019 17:38:28 +0100
2022-04-22 15:00:47 +00:00
Subject: [PATCH 156/828] arm: bcm2835: Add bcm2838 compatible string.
2021-11-24 17:32:01 +00:00
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
---
arch/arm/mach-bcm/board_bcm2835.c | 1 +
1 file changed, 1 insertion(+)
--- a/arch/arm/mach-bcm/board_bcm2835.c
+++ b/arch/arm/mach-bcm/board_bcm2835.c
2022-04-22 15:00:47 +00:00
@@ -109,6 +109,7 @@ static const char * const bcm2835_compat
2021-11-24 17:32:01 +00:00
#ifdef CONFIG_ARCH_MULTI_V7
"brcm,bcm2836",
"brcm,bcm2837",
+ "brcm,bcm2838",
#endif
NULL
};