提交 c1be3c1f 编写于 作者: E Eric Anholt

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: NEric Anholt <eric@anholt.net>
上级 57e5c6d9
...@@ -36,7 +36,12 @@ static void __init bcm2835_init(void) ...@@ -36,7 +36,12 @@ static void __init bcm2835_init(void)
} }
static const char * const bcm2835_compat[] = { static const char * const bcm2835_compat[] = {
#ifdef CONFIG_ARCH_MULTI_V6
"brcm,bcm2835", "brcm,bcm2835",
#endif
#ifdef CONFIG_ARCH_MULTI_V7
"brcm,bcm2836",
#endif
NULL NULL
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册