lin
2025-08-01 633231e833e21d5b8b1c00cb15aedb62b3b78e8f
feat(bat): set charging current 2.8a

Signed-off-by: lin <lin@kickpi.com>
1 files modified
8 ■■■■ changed files
longan/kernel/linux-4.9/arch/arm64/boot/dts/sunxi/a133-kickpi-axp707-bat-5000mA.dtsi 8 ●●●● patch | view | raw | blame | history
longan/kernel/linux-4.9/arch/arm64/boot/dts/sunxi/a133-kickpi-axp707-bat-5000mA.dtsi
....@@ -4,9 +4,9 @@
44 pmu_chg_ic_temp = <0>;
55 pmu_battery_rdc= <100>;
66 pmu_battery_cap = <5000>;
7
- pmu_runtime_chgcur = <1000>;
8
- pmu_suspend_chgcur = <2000>;
9
- pmu_shutdown_chgcur = <2000>;
7
+ pmu_runtime_chgcur = <2800>;
8
+ pmu_suspend_chgcur = <2800>;
9
+ pmu_shutdown_chgcur = <2800>;
1010 pmu_init_chgvol = <4204>;
1111 pmu_battery_warning_level1 = <15>;
1212 pmu_battery_warning_level2 = <0>;
....@@ -111,4 +111,4 @@
111111 /* wakeup_bat_ovtemp_work; */
112112 /* wakeup_bat_untemp_chg; */
113113 /* wakeup_bat_ovtemp_chg; */
114
-};
114
+};