Commit c1be3c1f authored by Eric Anholt's avatar Eric Anholt
Browse files

ARM: bcm2835: Add a compat string for bcm2836 machine probe



Supporting the 2836 requires using the new interrupt controller, which
we have support for.

Signed-off-by: default avatarEric Anholt <eric@anholt.net>
parent 57e5c6d9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -36,7 +36,12 @@ static void __init bcm2835_init(void)
}

static const char * const bcm2835_compat[] = {
#ifdef CONFIG_ARCH_MULTI_V6
	"brcm,bcm2835",
#endif
#ifdef CONFIG_ARCH_MULTI_V7
	"brcm,bcm2836",
#endif
	NULL
};