From: Dan Murphy Date: Wed, 8 Jan 2020 20:23:11 +0000 (-0600) Subject: power: supply: core: Update sysfs-class-power ABI document X-Git-Tag: v5.15~4601^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=333853be564526ecd74e9cbdf3e28650a47ad85d;p=platform%2Fkernel%2Flinux-starfive.git power: supply: core: Update sysfs-class-power ABI document Add the "Over Current" string to /sys/class/power_supply//health description. Fixes: e3e83cc601e57 ("power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant") Signed-off-by: Dan Murphy Signed-off-by: Sebastian Reichel --- diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power index 27edc06..bf3b48f 100644 --- a/Documentation/ABI/testing/sysfs-class-power +++ b/Documentation/ABI/testing/sysfs-class-power @@ -189,7 +189,8 @@ Description: Access: Read Valid values: "Unknown", "Good", "Overheat", "Dead", "Over voltage", "Unspecified failure", "Cold", - "Watchdog timer expire", "Safety timer expire" + "Watchdog timer expire", "Safety timer expire", + "Over current" What: /sys/class/power_supply//precharge_current Date: June 2017