From d88f9818d8ccbcacc74c27a06b08c33f342879de Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 14 Sep 2012 15:37:12 +0000 Subject: [leon] refresh patches so they apply cleanly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33406 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/leon/patches/001-find_irq_and_timer_via_of.patch | 2 +- target/linux/leon/patches/007-amp_timer.patch | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'target') diff --git a/target/linux/leon/patches/001-find_irq_and_timer_via_of.patch b/target/linux/leon/patches/001-find_irq_and_timer_via_of.patch index 035543db6..18d7f8bea 100644 --- a/target/linux/leon/patches/001-find_irq_and_timer_via_of.patch +++ b/target/linux/leon/patches/001-find_irq_and_timer_via_of.patch @@ -45,4 +45,4 @@ Signed-off-by: Daniel Hellstrom + if (leon3_gptimer_regs && leon3_irqctrl_regs && leon3_gptimer_irq) { LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[0].val, 0); LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[0].rld, - (((1000000 / 100) - 1))); + (((1000000 / HZ) - 1))); diff --git a/target/linux/leon/patches/007-amp_timer.patch b/target/linux/leon/patches/007-amp_timer.patch index cd31da265..d8d436347 100644 --- a/target/linux/leon/patches/007-amp_timer.patch +++ b/target/linux/leon/patches/007-amp_timer.patch @@ -66,10 +66,11 @@ Signed-off-by: Daniel Hellstrom if (leon3_gptimer_regs && leon3_irqctrl_regs && leon3_gptimer_irq) { - LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[0].val, 0); - LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[0].rld, +- (((1000000 / HZ) - 1))); +- LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[0].ctrl, 0); + LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].val, 0); + LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld, - (((1000000 / 100) - 1))); -- LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[0].ctrl, 0); ++ (((1000000 / 100) - 1))); + LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].ctrl, 0); #ifdef CONFIG_SMP @@ -84,7 +85,7 @@ Signed-off-by: Daniel Hellstrom } - LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[1].val, 0); -- LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[1].rld, (((1000000/100) - 1))); +- LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[1].rld, (((1000000/HZ) - 1))); - LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[1].ctrl, 0); + LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx+1].val, 0); + LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx+1].rld, (((1000000/100) - 1))); -- cgit v1.2.3