Searched +full:charge +full:- +full:current +full:- +full:compensation +full:- +full:microamp (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/power/supply/summit,smb347-charger.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - David Heidelberg <david@ixit.cz>11 - Dmitry Osipenko <digetx@gmail.com>16 - summit,smb34517 - summit,smb34718 - summit,smb35826 monitored-battery:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only23 #include <dt-bindings/power/summit,smb347-charger.h>25 /* Use the default compensation method */26 #define SMB3XX_SOFT_TEMP_COMPENSATE_DEFAULT -129 #define SMB3XX_TEMP_USE_DEFAULT -27334 * reloaded from non-volatile registers after POR.136 * struct smb347_charger - smb347 charger instance147 * @max_charge_current: maximum current (in uA) the battery can be charged149 * @pre_charge_current: current (in uA) to use in pre-charging phase150 * @termination_current: current (in uA) used to determine when the[all …]