diff options
| author | Ashay Jaiswal <ashayj@codeaurora.org> | 2017-10-10 18:46:31 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-12-08 08:54:01 -0800 |
| commit | 46efbcbb8ab82cce0300beafe13d270ec1427915 (patch) | |
| tree | 1f346b0254c460b517234faddf56081ba312aacf /include | |
| parent | 4bfc77a589433bd3587aa50b63f739c701efc526 (diff) | |
power_supply: add FG_RESET_CLOCK property
Add FG_RESET_CLOCK property which is used to reset
FG clocks.
Change-Id: I5c567842a3a59378937db5ddbae59767f2a4f640
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/power_supply.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index c3764d2a2934..6f87c722bb85 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -267,6 +267,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_ENABLE_JEITA_DETECTION, POWER_SUPPLY_PROP_ALLOW_HVDCP3, POWER_SUPPLY_PROP_MAX_PULSE_ALLOWED, + POWER_SUPPLY_PROP_FG_RESET_CLOCK, /* Local extensions of type int64_t */ POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT, /* Properties of type `const char *' */ |
