Home
last modified time | relevance | path

Searched +full:mt6370 +full:- +full:dsv +full:- +full:vneg (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/mfd/
H A Dmediatek,mt6370.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/mediatek,mt6370.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MediaTek MT6370 SubPMIC
10 - ChiYuan Huang <cy_huang@richtek.com>
13 MT6370 is a highly-integrated smart power management IC, which includes a
14 single cell Li-Ion/Li-Polymer switching battery charger, a USB Type-C &
21 const: mediatek,mt6370
26 wakeup-source: true
[all …]
/linux/drivers/regulator/
H A Dmt6370-regulator.c1 // SPDX-License-Identifier: GPL-2.0+
153 struct mt6370_priv *priv = config->driver_data; in mt6370_of_parse_cb()
160 desc->name); in mt6370_of_parse_cb()
162 config->ena_gpiod = NULL; in mt6370_of_parse_cb()
170 if (priv->use_external_ctrl) { in mt6370_of_parse_cb()
171 ret = regmap_update_bits(priv->regmap, MT6370_REG_DB_CTRL1, in mt6370_of_parse_cb()
178 config->ena_gpiod = enable_gpio; in mt6370_of_parse_cb()
179 priv->use_external_ctrl = true; in mt6370_of_parse_cb()
185 .name = "mt6370-dsv-vbst",
202 .name = "mt6370-dsv-vpos",
[all …]