提交 7515148a 编写于 作者: S Santosh Shilimkar

ARM: OMAP5: prm: Allow prm init to succeed

Allow prm init to succeed on OMAP5 SOCs.
Signed-off-by: NSantosh Shilimkar <santosh.shilimkar@ti.com>
上级 960cba67
......@@ -650,7 +650,7 @@ static struct prm_ll_data omap44xx_prm_ll_data = {
int __init omap44xx_prm_init(void)
{
if (!cpu_is_omap44xx())
if (!cpu_is_omap44xx() && !soc_is_omap54xx())
return 0;
return prm_register(&omap44xx_prm_ll_data);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册