Searched +full:max77650 +full:- +full:sbb0 (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/mfd/ |
D | max77650.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mfd/max77650.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MAX77650 ultra low-power PMIC from Maxim Integrated. 10 - Bartosz Golaszewski <bgolaszewski@baylibre.com> 13 MAX77650 is an ultra-low power PMIC providing battery charging and power 14 supply for low-power IoT and wearable applications. 16 The GPIO-controller module is represented as part of the top-level PMIC 19 For device-tree bindings of other sub-modules (regulator, power supply, [all …]
|
/Linux-v6.6/drivers/regulator/ |
D | max77650-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0 6 // Regulator driver for MAXIM 77650/77651 charger/power-supply. 9 #include <linux/mfd/max77650.h> 76 rv = regmap_read(map, rdesc->regB, &val); in max77650_regulator_is_enabled() 93 return regmap_update_bits(map, rdesc->regB, in max77650_regulator_enable() 106 return regmap_update_bits(map, rdesc->regB, in max77650_regulator_disable() 135 /* Special case for max77651 SBB1 - pickable linear-range voltage mapping. */ 153 .supply_name = "in-ldo", 176 .name = "sbb0", 177 .of_match = of_match_ptr("sbb0"), [all …]
|