diff mbox

[3/8] ARM: OMAP5: prm: Allow prm init to success on OMAP5 SOCs

Message ID 1361374034-21831-4-git-send-email-santosh.shilimkar@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Santosh Shilimkar Feb. 20, 2013, 3:27 p.m. UTC
Allow prm init to success on OMAP5 SOCs.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
---
 arch/arm/mach-omap2/prm44xx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Felipe Balbi Feb. 20, 2013, 3:30 p.m. UTC | #1
On Wed, Feb 20, 2013 at 08:57:09PM +0530, Santosh Shilimkar wrote:
> Allow prm init to success on OMAP5 SOCs.

s/success/succeed/
Sergei Shtylyov Feb. 21, 2013, 12:50 p.m. UTC | #2
Hello.

On 20-02-2013 19:27, Santosh Shilimkar wrote:

> Allow prm init to success on OMAP5 SOCs.

    s/succees/succeed/

> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>

WBR, Sergei
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/prm44xx.c b/arch/arm/mach-omap2/prm44xx.c
index c05a343..1aae198 100644
--- a/arch/arm/mach-omap2/prm44xx.c
+++ b/arch/arm/mach-omap2/prm44xx.c
@@ -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);