Skip to content

Commit 0c7bf47

Browse files
committed
driver/isl9241: Add CSIN_SINK_DISCHARGE bit
Use by Framework Marigold. Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent f6c1e3c commit 0c7bf47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

driver/charger/isl9241.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#define RAA489110_CONTROL0_EN_FORCE_BUCK_MODE BIT(10)
5050
#define ISL9241_CONTROL0_EN_BYPASS_GATE BIT(11)
5151
#define ISL9241_CONTROL0_NGATE_OFF BIT(12)
52+
#define ISL9241_CONTROL0_CSIN_SINK_DISCHARGE BIT(15)
5253

5354
#define ISL9241_REG_INFORMATION1 0x3A
5455
#define ISL9241_REG_INFORMATION1_LOW_VSYS_PROCHOT BIT(10)

0 commit comments

Comments
 (0)