04-11-2021, 01:27 PM
Is there any way to set battery charge threshold to something like 80% or so?
For example, ThinkPads have such option to set battery charge threshold:
I did not see similar options for the Pinebook Pro, so I tried to search in the arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts kernel file, but the only thing close to a battery charge limit I've found was this:
I guess I could lower it and probably achieve such effect, but maybe there is a better solution than lying to the system about the actual battery design full charge?
For example, ThinkPads have such option to set battery charge threshold:
Code:
echo 60 > /sys/devices/platform/smapi/BAT0/stop_charge_thresh
I did not see similar options for the Pinebook Pro, so I tried to search in the arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts kernel file, but the only thing close to a battery charge limit I've found was this:
Code:
charge-full-design-microamp-hours = <9800000>;
I guess I could lower it and probably achieve such effect, but maybe there is a better solution than lying to the system about the actual battery design full charge?