arm: bcm2835: Add bcm2838 compatible string.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
This commit is contained in:
Phil Elwell
2019-06-11 17:38:28 +01:00
committed by Dom Cobley
parent 695a117d82
commit f39d26d209

View File

@@ -109,6 +109,7 @@ static const char * const bcm2835_compat[] = {
#ifdef CONFIG_ARCH_MULTI_V7
"brcm,bcm2836",
"brcm,bcm2837",
"brcm,bcm2838",
#endif
NULL
};