Commit 7515148a authored by Santosh Shilimkar's avatar Santosh Shilimkar

ARM: OMAP5: prm: Allow prm init to succeed

Allow prm init to succeed on OMAP5 SOCs.
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent 960cba67
...@@ -650,7 +650,7 @@ static struct prm_ll_data omap44xx_prm_ll_data = { ...@@ -650,7 +650,7 @@ static struct prm_ll_data omap44xx_prm_ll_data = {
int __init omap44xx_prm_init(void) int __init omap44xx_prm_init(void)
{ {
if (!cpu_is_omap44xx()) if (!cpu_is_omap44xx() && !soc_is_omap54xx())
return 0; return 0;
return prm_register(&omap44xx_prm_ll_data); return prm_register(&omap44xx_prm_ll_data);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment