ARM: OMAP5: prm: Allow prm init to succeed
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 7 Jan 2013 11:53:22 +0000 (17:23 +0530)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Tue, 19 Mar 2013 07:27:00 +0000 (12:57 +0530)
Allow prm init to succeed on OMAP5 SOCs.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mach-omap2/prm44xx.c

index d35f98a..960483d 100644 (file)
@@ -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);