From: 许盛飞 Date: Tue, 1 Apr 2014 03:42:16 +0000 (+0800) Subject: RK3288: dump the wakeup-interrupt X-Git-Tag: firefly_0821_release~5683 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=61bcc7fa59482f94c66f13a22adb78b15df84616;p=firefly-linux-kernel-4.4.55.git RK3288: dump the wakeup-interrupt --- 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),