Home
last modified time | relevance | path

Searched +full:buck +full:- +full:softstart (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/regulator/
H A Dmps,mpq7920.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Saravanan Sekar <sravanhome@gmail.com>
14 pattern: "pmic@[0-9a-f]{1,2}"
17 - mps,mpq7920
27 after their hardware counterparts BUCK[1-4], one LDORTC, and LDO[2-5]
30 mps,switch-freq:
44 "^ldo[1-4]$":
49 "^buck[1-4]$":
[all …]
/linux/drivers/regulator/
H A Dmpq7920.c1 // SPDX-License-Identifier: GPL-2.0+
3 // mpq7920.c - regulator driver for mps mpq7920
22 ((MPQ7920_VOLT_MAX - MPQ7920_BUCK_VOLT_MIN)/MPQ7920_VOLT_STEP + 1)
24 ((MPQ7920_VOLT_MAX - MPQ7920_LDO_VOLT_MIN)/MPQ7920_VOLT_STEP + 1)
42 .enable_mask = BIT(MPQ7920_REGULATOR_EN_OFFSET - \
71 .enable_mask = BIT(MPQ7920_REGULATOR_EN_OFFSET - \
189 * 00-01: Reserved
198 return -EINVAL; in mpq7920_set_ramp_delay()
205 return regmap_update_bits(rdev->regmap, MPQ7920_REG_CTL0, in mpq7920_set_ramp_delay()
215 struct mpq7920_regulator_info *info = config->driver_data; in mpq7920_parse_cb()
[all …]