/* SPDX-License-Identifier: GPL-2.0+ */ /* * max14577.h - Driver for the Maxim 14577/77836 * * Copyright (C) 2014 Samsung Electronics * Chanwoo Choi <cw00.choi@samsung.com> * Krzysztof Kozlowski <krzk@kernel.org> * * This driver is based on max8997.h * * MAX14577 has MUIC, Charger devices. * The devices share the same I2C bus and interrupt line * included in this mfd driver. * * MAX77836 has additional PMIC and Fuel-Gauge on different I2C slave * addresses.
*/
/* * Valid limits of current for max14577 and max77836 chargers. * They must correspond to MBCICHWRCL and MBCICHWRCH fields in CHGCTRL4 * register for given chipset.
*/ struct maxim_charger_current { /* Minimal current, set in CHGCTRL4/MBCICHWRCL, uA */ unsignedint min; /* * Minimal current when high setting is active, * set in CHGCTRL4/MBCICHWRCH, uA
*/ unsignedint high_start; /* Value of one step in high setting, uA */ unsignedint high_step; /* Maximum current of high setting, uA */ unsignedint max;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.