summaryrefslogtreecommitdiff
path: root/arch/arm/common/gic.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/common/gic.c')
-rw-r--r--arch/arm/common/gic.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/common/gic.c b/arch/arm/common/gic.c
index cb6b041c39d..74511c29e33 100644
--- a/arch/arm/common/gic.c
+++ b/arch/arm/common/gic.c
@@ -269,6 +269,15 @@ static void __init gic_dist_init(struct gic_chip_data *gic,
void __iomem *base = gic->dist_base;
u32 cpumask = 1 << smp_processor_id();
+ /*
+ * HACK: Panda sound does not work with gic_set_type
+ * enabled. Kill it on Omap44xx until a proper fix is
+ * available
+ */
+
+ if (cpu_is_omap44xx())
+ gic_chip.irq_set_type = NULL;
+
cpumask |= cpumask << 8;
cpumask |= cpumask << 16;