Searched +full:vbus +full:- +full:input +full:- +full:current +full:- +full:limit +full:- +full:microamp (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>11 - Markus Laine <markus.laine@fi.rohmeurope.com>12 - Mikko Mutanen <mikko.mutanen@fi.rohmeurope.com>15 The ROHM BD99954 is a Battery Management LSI for 1-4 cell Lithium-Ion16 secondary battery intended to be used in space-constraint equipment such18 provides a Dual-source Battery Charger, two port BC1.2 detection and a28 # Curve (1) represents charging current.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only16 * Curve (1) represents charging current.20 * a) Trickle-charge with constant current (8).21 * b) pre-charge with constant current (6)22 * c) fast-charge, first with constant current (5) phase. After24 * voltage phase until charging current has dropped to termination30 *(4)` `.` ` ` ` ` ` ` ` ` ` ` ` ` ` ----------------------------.32 * . o----+/:/ ` ` ` ` ` ` ` ` ` ` ` ` `.` ` (5)34 * . + /- -- .35 * . +`/- + .[all …]
1 // SPDX-License-Identifier: GPL-2.0-only23 #include <dt-bindings/power/summit,smb347-charger.h>26 #define SMB3XX_SOFT_TEMP_COMPENSATE_DEFAULT -128 /* Use default factory programmed value for hard/soft temperature limit */29 #define SMB3XX_TEMP_USE_DEFAULT -27334 * reloaded from non-volatile registers after POR.132 * struct smb347_charger - smb347 charger instance138 * @mains_online: is AC/DC input connected139 * @usb_online: is USB input connected142 * @max_charge_current: maximum current (in uA) the battery can be charged[all …]
1 // SPDX-License-Identifier: GPL-2.0-only21 #include <linux/extcon-provider.h>25 #define BQ24190_REG_ISC 0x00 /* Input Source Control */34 #define BQ24190_REG_POC 0x01 /* Power-On Configuration */52 #define BQ24190_REG_CCC 0x02 /* Charge Current Control */59 #define BQ24190_REG_PCTCC 0x03 /* Pre-charge/Termination Current Cntl */154 * reads return the current value. In order to return the fault status183 * The tables below provide a 2-way mapping for the value that goes in184 * the register field and the real-world value that it represents.186 * number at that index in the array is the real-world value that it[all …]