projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c2c6f9
)
arm: bcm2835: Add bcm2838 compatible string.
author
Phil Elwell
<phil@raspberrypi.org>
Tue, 11 Jun 2019 16:38:28 +0000
(17:38 +0100)
committer
Dom Cobley
<popcornmix@gmail.com>
Mon, 19 Feb 2024 11:32:53 +0000
(11:32 +0000)
Signed-off-by: Phil Elwell <phil@raspberrypi.org>
arch/arm/mach-bcm/board_bcm2835.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-bcm/board_bcm2835.c
b/arch/arm/mach-bcm/board_bcm2835.c
index
7d59a93
..
282a023
100644
(file)
--- a/
arch/arm/mach-bcm/board_bcm2835.c
+++ b/
arch/arm/mach-bcm/board_bcm2835.c
@@
-109,6
+109,7
@@
static const char * const bcm2835_compat[] = {
#ifdef CONFIG_ARCH_MULTI_V7
"brcm,bcm2836",
"brcm,bcm2837",
+ "brcm,bcm2838",
#endif
NULL
};