Skip to content

Commit

Permalink
msm: 8x60: setup correct handlers for private interrupts
Browse files Browse the repository at this point in the history
Private Peripheral interrupts could be edge triggered or level triggered
depending on the platform. Initialize handlers for these in board file.

Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
  • Loading branch information
Abhijeet Dharmapurikar authored and Daniel Walker committed Oct 8, 2010
1 parent 569fb6e commit e4fbb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-msm/board-msm8x60.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static void __init msm8x60_init_irq(void)
{
unsigned int i;

gic_dist_init(0, MSM_QGIC_DIST_BASE, 1);
gic_dist_init(0, MSM_QGIC_DIST_BASE, GIC_PPI_START);
gic_cpu_base_addr = (void *)MSM_QGIC_CPU_BASE;
gic_cpu_init(0, MSM_QGIC_CPU_BASE);

Expand Down

0 comments on commit e4fbb68

Please sign in to comment.