Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[firefly-linux-kernel-4.4.55.git] / include / linux / mfd / axp20x.h
index 02f97dc568aca0047f22494dd8814dd12d759595..c2aa853fb412c1b1b3a7c714842ffd494b7cc606 100644 (file)
@@ -368,4 +368,9 @@ struct axp20x_chrg_pdata {
        int def_cv;
 };
 
+struct axp288_extcon_pdata {
+       /* GPIO pin control to switch D+/D- lines b/w PMIC and SOC */
+       struct gpio_desc *gpio_mux_cntl;
+};
+
 #endif /* __LINUX_MFD_AXP20X_H */