arm: bcm2835: Add bcm2838 compatible string.
authorPhil Elwell <phil@raspberrypi.org>
Tue, 11 Jun 2019 16:38:28 +0000 (17:38 +0100)
committerpopcornmix <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

index 7d59a93..282a023 100644 (file)
@@ -109,6 +109,7 @@ static const char * const bcm2835_compat[] = {
 #ifdef CONFIG_ARCH_MULTI_V7
        "brcm,bcm2836",
        "brcm,bcm2837",
+       "brcm,bcm2838",
 #endif
        NULL
 };