aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.h
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2012-07-06 04:06:20 -0400
committerLee Jones <lee.jones@linaro.org>2012-09-20 06:32:29 -0400
commit96bbf7910c9a198fda9c71081e4900a7e365dbbc (patch)
treef568a21e12502e2da77e45e088c52ad0320c732c /arch/arm/mach-ux500/board-mop500.h
parent38cd8c5d7561c01619959f09099c7430420c4008 (diff)
ARM: ux500: Pass PMU platform data due for Perf though AUXDATA
When booting with Device Tree we need a way to call-back to the DB8500 PMU IRQ handler. This is necessary because the two CPU IRQ lines are muxed together on the DB8500 chip. The DB8500 PMU IRQ handler contains logic to pass over to the other core in the case of IRQ_NONE. This patch allows the DB8500 PMU IRQ handler to be passed to Perf through platform data. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.h')
-rw-r--r--arch/arm/mach-ux500/board-mop500.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h
index b5bfc1a78b1a..d04a8e6ce7ee 100644
--- a/arch/arm/mach-ux500/board-mop500.h
+++ b/arch/arm/mach-ux500/board-mop500.h
@@ -81,6 +81,7 @@ struct device;
81struct i2c_board_info; 81struct i2c_board_info;
82extern struct mmci_platform_data mop500_sdi0_data; 82extern struct mmci_platform_data mop500_sdi0_data;
83extern struct mmci_platform_data mop500_sdi4_data; 83extern struct mmci_platform_data mop500_sdi4_data;
84extern struct arm_pmu_platdata db8500_pmu_platdata;
84 85
85extern void mop500_sdi_init(struct device *parent); 86extern void mop500_sdi_init(struct device *parent);
86extern void snowball_sdi_init(struct device *parent); 87extern void snowball_sdi_init(struct device *parent);