aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/axp20x.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h
index dfabd6db7ddf..4ed8071d062e 100644
--- a/include/linux/mfd/axp20x.h
+++ b/include/linux/mfd/axp20x.h
@@ -275,4 +275,9 @@ struct axp20x_fg_pdata {
275 int thermistor_curve[MAX_THERM_CURVE_SIZE][2]; 275 int thermistor_curve[MAX_THERM_CURVE_SIZE][2];
276}; 276};
277 277
278struct axp288_extcon_pdata {
279 /* GPIO pin control to switch D+/D- lines b/w PMIC and SOC */
280 struct gpio_desc *gpio_mux_cntl;
281};
282
278#endif /* __LINUX_MFD_AXP20X_H */ 283#endif /* __LINUX_MFD_AXP20X_H */