Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: power: supply: bq24190: document charge enable pin

Document active low Charge Enable pin. Battery charging is enabled when
REG01[5:4] = 01 and CE pin = Low. CE pin must be pulled high or low.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

authored by

Svyatoslav Ryhel and committed by
Sebastian Reichel
c3a45c5f b4f7a727

+6
+6
Documentation/devicetree/bindings/power/supply/bq24190.yaml
··· 30 30 interrupts: 31 31 maxItems: 1 32 32 33 + ce-gpios: 34 + description: 35 + Active low Charge Enable pin. Battery charging is enabled when 36 + REG01[5:4] = 01 and CE pin is Low. CE pin must be pulled high or low. 37 + maxItems: 1 38 + 33 39 usb-otg-vbus: 34 40 $ref: /schemas/regulator/regulator.yaml# 35 41 description: |