From: Tero Kristo <[email protected]>

Signed-off-by: Tero Kristo <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
---
 arch/arm/mach-omap2/pm-debug.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/pm-debug.c b/arch/arm/mach-omap2/pm-debug.c
index 6cf0e9a..b0d75b3 100644
--- a/arch/arm/mach-omap2/pm-debug.c
+++ b/arch/arm/mach-omap2/pm-debug.c
@@ -195,7 +195,8 @@ static int clkdm_dbg_show_counter(struct clockdomain 
*clkdm, void *user)
        struct seq_file *s = (struct seq_file *)user;
 
        if (strcmp(clkdm->name, "emu_clkdm") == 0 ||
-               strcmp(clkdm->name, "wkup_clkdm") == 0)
+               strcmp(clkdm->name, "wkup_clkdm") == 0 ||
+               strncmp(clkdm->name, "dpll", 4) == 0)
                return 0;
 
        seq_printf(s, "%s->%s (%d)", clkdm->name,
@@ -212,7 +213,8 @@ static int pwrdm_dbg_show_counter(struct powerdomain 
*pwrdm, void *user)
        int i;
 
        if (strcmp(pwrdm->name, "emu_pwrdm") == 0 ||
-               strcmp(pwrdm->name, "wkup_pwrdm") == 0)
+               strcmp(pwrdm->name, "wkup_pwrdm") == 0 ||
+               strncmp(pwrdm->name, "dpll", 4) == 0)
                return 0;
 
        if (pwrdm->state != pwrdm_read_pwrst(pwrdm))
-- 
1.6.1

--
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