diff options
Diffstat (limited to 'kernel/include/linux/i2c/twl.h')
-rw-r--r-- | kernel/include/linux/i2c/twl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/linux/i2c/twl.h b/kernel/include/linux/i2c/twl.h index 0bc03f100..9ad7828d9 100644 --- a/kernel/include/linux/i2c/twl.h +++ b/kernel/include/linux/i2c/twl.h @@ -675,6 +675,7 @@ struct twl4030_power_data { struct twl4030_resconfig *board_config; #define TWL4030_RESCONFIG_UNDEF ((u8)-1) bool use_poweroff; /* Board is wired for TWL poweroff */ + bool ac_charger_quirk; /* Disable AC charger on board */ }; extern int twl4030_remove_script(u8 flags); |