提交 01cf228b 编写于 作者: N Nishanth Menon 提交者: Santosh Shilimkar

ARM: keystone: Update compatible to have SoC specific matches

With future SoCs of keystone2 family, the generic compatible match
may not be sufficient to handle SoC specific handling. So introduce
matches based on SoC compatiblity.
Signed-off-by: NNishanth Menon <nm@ti.com>
Signed-off-by: NSantosh Shilimkar <ssantosh@kernel.org>
上级 2df7b0f0
......@@ -97,6 +97,9 @@ static long long __init keystone_pv_fixup(void)
}
static const char *const keystone_match[] __initconst = {
"ti,k2hk",
"ti,k2e",
"ti,k2l",
"ti,keystone",
NULL,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册