aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/mfd/arizona/pdata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mfd/arizona/pdata.h b/include/linux/mfd/arizona/pdata.h
index 455c51d22d6b..84fefede3a23 100644
--- a/include/linux/mfd/arizona/pdata.h
+++ b/include/linux/mfd/arizona/pdata.h
@@ -99,7 +99,8 @@ struct arizona_pdata {
99 /** If a direct 32kHz clock is provided on an MCLK specify it here */ 99 /** If a direct 32kHz clock is provided on an MCLK specify it here */
100 int clk32k_src; 100 int clk32k_src;
101 101
102 bool irq_active_high; /** IRQ polarity */ 102 /** Mode for primary IRQ (defaults to active low) */
103 unsigned int irq_flags;
103 104
104 /* Base GPIO */ 105 /* Base GPIO */
105 int gpio_base; 106 int gpio_base;