Searched +full:es +full:- +full:ld +full:- +full:current +full:- +full:microamp (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/regulator/ |
D | richtek,rtmv20-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/regulator/richtek,rtmv20-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - ChiYuan Huang <cy_huang@richtek.com> 13 Richtek RTMV20 is a load switch current regulator that can supply up to 6A. 17 the others for outputs (fsin1 and fsin2). Strobe input to start the current 27 wakeup-source: true 32 enable-gpios: 36 richtek,ld-pulse-delay-us: [all …]
|
/Linux-v5.10/drivers/regulator/ |
D | rtmv20-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0+ 74 gpiod_set_value(priv->enable_gpio, 1); in rtmv20_lsw_enable() 79 /* HW re-enable, disable cache only and sync regcache here */ in rtmv20_lsw_enable() 80 regcache_cache_only(priv->regmap, false); in rtmv20_lsw_enable() 81 ret = regcache_sync(priv->regmap); in rtmv20_lsw_enable() 98 regcache_cache_only(priv->regmap, true); in rtmv20_lsw_disable() 99 regcache_mark_dirty(priv->regmap); in rtmv20_lsw_disable() 101 gpiod_set_value(priv->enable_gpio, 0); in rtmv20_lsw_disable() 133 ret = regmap_read(priv->regmap, RTMV20_REG_LDIRQ, &val); in rtmv20_irq_handler() 135 dev_err(priv->dev, "Failed to get irq flags\n"); in rtmv20_irq_handler() [all …]
|