Home
last modified time | relevance | path

Searched full:max77836 (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dmaxim,max14577.yaml7 title: Maxim MAX14577/MAX77836 MicroUSB and Companion Power Management IC
13 This is a part of device tree bindings for Maxim MAX14577/MAX77836 MicroUSB
19 The Maxim MAX77836 is a MicroUSB and Companion Power Management IC which
27 - maxim,max77836
47 - maxim,max77836-muic
86 const: maxim,max77836-charger
90 const: maxim,max77836-muic
94 const: maxim,max77836-regulator
150 compatible = "maxim,max77836";
157 compatible = "maxim,max77836-muic";
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/
Dmaxim,max14577.yaml7 title: Maxim MAX14577/MAX77836 MicroUSB and Companion Power Management IC Charger
13 This is a part of device tree bindings for Maxim MAX14577/MAX77836 MicroUSB
23 - maxim,max77836-charger
36 MAX77836: 5000-100000
43 MAX77836: 45000-475000
75 # max77836
Dmaxim,max17040.yaml26 - maxim,max77836-battery
98 compatible = "maxim,max77836-battery";
/linux-6.12.1/drivers/mfd/
Dmax14577.c118 .name = "max77836-muic",
119 .of_compatible = "maxim,max77836-muic",
122 .name = "max77836-regulator",
123 .of_compatible = "maxim,max77836-regulator",
126 .name = "max77836-charger",
127 .of_compatible = "maxim,max77836-charger",
130 .name = "max77836-battery",
131 .of_compatible = "maxim,max77836-battery",
141 .compatible = "maxim,max77836",
161 /* Any max14577 volatile registers are also max77836 volatile. */ in max77836_muic_volatile_reg()
[all …]
DKconfig830 MAX77836 Micro-USB ICs with battery charger.
/linux-6.12.1/include/linux/mfd/
Dmax14577-private.h67 * Combined charger types for max14577 and max77836.
70 * However the max77836 has different two last values of STATUS2/CHGTYP.
71 * To indicate the difference enum has two additional values for max77836.
82 /* max14577: reserved, used on max77836 */
87 * max77836: special charger (bias on D+/D-),
91 /* max77836: reserved, register value 0x7 */
281 /* MAX77836 charger current limits (as in CHGCTRL4 register), uA */
296 * MAX14577/MAX77836 Battery Constant Voltage
309 /* MAX77836 regulator LDOx voltage, uV */
343 /* MAX77836 PMIC interrupts */
[all …]
Dmax14577.h15 * MAX77836 has additional PMIC and Fuel-Gauge on different I2C slave
32 /* MAX77836 regulator IDs */
76 * Valid limits of current for max14577 and max77836 chargers.
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Dmaxim,max14577.yaml7 title: Maxim MAX14577/MAX77836 MicroUSB and Companion Power Management IC regulators
13 This is a part of device tree bindings for Maxim MAX14577/MAX77836 MicroUSB
23 - maxim,max77836-regulator
/linux-6.12.1/arch/arm/boot/dts/samsung/
Dexynos3250-monk.dts66 max77836: pmic@25 { label
67 compatible = "maxim,max77836";
74 compatible = "maxim,max77836-muic";
78 compatible = "maxim,max77836-regulator";
104 compatible = "maxim,max77836-charger";
425 compatible = "maxim,max77836-battery";
Dexynos3250-rinato.dts68 max77836: pmic@25 { label
69 compatible = "maxim,max77836";
76 compatible = "maxim,max77836-muic";
80 compatible = "maxim,max77836-regulator";
106 compatible = "maxim,max77836-charger";
605 compatible = "maxim,max77836-battery";
Ds5pv210-fascinate4g.dts115 compatible = "maxim,max77836-battery";
/linux-6.12.1/drivers/power/supply/
Dmax14577_charger.c24 * and max77836 chipsets to enum maxim_muic_charger_type.
406 [MAXIM_DEVICE_TYPE_MAX77836] = "MAX77836",
617 { "max77836-charger", MAXIM_DEVICE_TYPE_MAX77836, },
625 { .compatible = "maxim,max77836-charger",
Dmax17040_battery.c599 { "max77836-battery", ID_MAX17043 },
613 { .compatible = "maxim,max77836-battery", .data = (void *) ID_MAX17043 },
DKconfig392 max17049, max17058, max17059, max77836.
/linux-6.12.1/drivers/regulator/
Dmax14577-regulator.c159 * Registers for regulators of max77836 use different I2C slave addresses so
236 { "max77836-regulator", MAXIM_DEVICE_TYPE_MAX77836, },
DKconfig575 regulator. The MAX77836 has two additional LDOs.
/linux-6.12.1/drivers/extcon/
Dextcon-max14577.c775 { "max77836-muic", MAXIM_DEVICE_TYPE_MAX77836, },
783 { .compatible = "maxim,max77836-muic",