The return prevents the power domains from getting registered.
Hence removing it to allow the frameworks model to work.

Signed-off-by: Abhijit Pagare <[email protected]>
Cc: Paul Walmsley <[email protected]>
---

Compiled and Boot Tested on OMAP4430 simulator and ES1 Chip
Compiled and Boot Tested on OMAP3430 SDP
Compiled for OMAP2430 and OMAP2420

 arch/arm/mach-omap2/id.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c
index a779240..6d1e97b 100644
--- a/arch/arm/mach-omap2/id.c
+++ b/arch/arm/mach-omap2/id.c
@@ -362,7 +362,6 @@ void __init omap2_check_revision(void)
                omap3_cpuinfo();
        } else if (cpu_is_omap44xx()) {
                omap4_check_revision();
-               return;
        } else {
                pr_err("OMAP revision unknown, please fix!\n");
        }
-- 
1.5.4.7

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to