mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
Add the possibility to disable the auto adjustment for input current limitation via sysfs because it gives strange results under certain circumstances e.g. when powering the device with solar panels resulting in no input power usage at all. Signed-off-by: Andreas Kemnade <andreas@kemnade.info> Reviewed-by: Matti Vaittinen <mazziesaccount@gmail.com> Link: https://patch.msgid.link/20260504164017.467679-1-andreas@kemnade.info Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
13 lines
436 B
Plaintext
13 lines
436 B
Plaintext
What: /sys/class/power_supply/bd71828_ac/auto_dcin_limit
|
|
Description:
|
|
Enable/Disable automatic management of input current limit
|
|
(ILIM_DCIN_EN bit).
|
|
|
|
Possible values are:
|
|
|
|
============ ===========================================
|
|
1 automatic adjustment of input current limit
|
|
0 no adjustment of input current limit. This
|
|
helps for more unusual power sources like
|
|
solar modules.
|