From 61bcc7fa59482f94c66f13a22adb78b15df84616 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E8=AE=B8=E7=9B=9B=E9=A3=9E?= Date: Tue, 1 Apr 2014 11:42:16 +0800 Subject: [PATCH] RK3288: dump the wakeup-interrupt --- arch/arm/mach-rockchip/pm-rk3288.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-rockchip/pm-rk3288.c b/arch/arm/mach-rockchip/pm-rk3288.c index 3d911f022ca2..be13d8a6795f 100755 --- a/arch/arm/mach-rockchip/pm-rk3288.c +++ b/arch/arm/mach-rockchip/pm-rk3288.c @@ -1936,7 +1936,7 @@ do { \ } while (0) static noinline void rk30_pm_dump_irq(void) { - u32 irq_gpio = (readl_relaxed(RK_GIC_VIRT + GIC_DIST_PENDING_SET + 8) >> 22) & 0x7F; + u32 irq_gpio = (readl_relaxed(RK_GIC_VIRT + GIC_DIST_PENDING_SET + 12) >> 17) & 0x1FF; printk("wakeup irq: %08x %08x %08x %08x\n", readl_relaxed(RK_GIC_VIRT + GIC_DIST_PENDING_SET + 4), readl_relaxed(RK_GIC_VIRT + GIC_DIST_PENDING_SET + 8), -- 2.34.1