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:
fa17809
)
arm: bcm2835: Add bcm2838 compatible string.
author
Phil Elwell
<phil@raspberrypi.org>
Tue, 11 Jun 2019 16:38:28 +0000
(17:38 +0100)
committer
popcornmix
<popcornmix@gmail.com>
Wed, 27 Jan 2021 19:13:00 +0000
(19:13 +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 7d59a936417572ea550949cd9fe93e337f95a0e0..282a023027fc0d3a033a4b8e738e6bc2257fff52 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
};