Home
last modified time | relevance | path

Searched +full:bd9576 +full:- +full:pmic (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Drohm,bd9576-regulator.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/regulator/rohm,bd9576-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: ROHM BD9576 and BD9573 Power Management Integrated Circuit regulators
10 - Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
13 This module is part of the ROHM BD9576 MFD device. For more details
14 see Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml.
16 The regulator controller is represented as a sub-node of the PMIC node
19 The valid names for BD9576 regulator nodes are
[all …]
/kernel/linux/linux-5.10/drivers/regulator/
Dbd9576-regulator.c1 // SPDX-License-Identifier: GPL-2.0
10 #include <linux/mfd/rohm-bd957x.h>
11 #include <linux/mfd/rohm-generic.h>
47 const struct regulator_desc *desc = rdev->desc; in bd957x_vout34_list_voltage()
48 int multiplier = selector & desc->vsel_mask & 0x7f; in bd957x_vout34_list_voltage()
55 return desc->fixed_uV - tune; in bd957x_vout34_list_voltage()
57 return desc->fixed_uV + tune; in bd957x_vout34_list_voltage()
63 const struct regulator_desc *desc = rdev->desc; in bd957x_list_voltage()
64 int index = selector & desc->vsel_mask & 0x7f; in bd957x_list_voltage()
67 index += desc->n_voltages/2; in bd957x_list_voltage()
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
38 managed regulators and simple non-configurable regulators.
65 They provide two I2C-controlled DC/DC step-down converters with
85 tristate "Active-semi act8865 voltage regulator"
90 This driver controls a active-semi act8865 voltage output
94 tristate "Active-semi ACT8945A voltage regulator"
97 This driver controls a active-semi ACT8945A voltage regulator
98 via I2C bus. The ACT8945A features three step-down DC/DC converters
99 and four low-dropout linear regulators, along with a ActivePath
110 tristate "Freescale i.MX on-chip ANATOP LDO regulators"
[all …]