summaryrefslogtreecommitdiff
path: root/include/linux/mfd/abx500/ab5500.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/abx500/ab5500.h')
-rw-r--r--include/linux/mfd/abx500/ab5500.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/abx500/ab5500.h b/include/linux/mfd/abx500/ab5500.h
index 3a35f2d4b52..7c200c483b0 100644
--- a/include/linux/mfd/abx500/ab5500.h
+++ b/include/linux/mfd/abx500/ab5500.h
@@ -29,6 +29,7 @@ enum ab5500_devid {
AB5500_DEVID_CHARGALG,
AB5500_DEVID_BTEMP,
AB5500_DEVID_TEMPMON,
+ AB5500_DEVID_ACCDET,
AB5500_NUM_DEVICES,
};
@@ -157,6 +158,7 @@ struct ab5500_platform_data {
bool pm_power_off;
struct ab5500_regulator_platform_data *regulator;
struct ab5500_usbgpio_platform_data *usb;
+ struct abx500_accdet_platform_data *accdet;
};
struct ab5500_ponkey_platform_data {