Home
last modified time | relevance | path

Searched +full:rtq6752 +full:- +full:pavdd (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Drichtek,rtq6752-regulator.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/regulator/richtek,rtq6752-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Richtek RTQ6752 TFT LCD Voltage Regulator
10 - ChiYuan Huang <cy_huang@richtek.com>
13 The RTQ6752 is an I2C interface pgorammable power management IC. It includes
14 two synchronous boost converter for PAVDD, and one synchronous NAVDD
15 buck-boost. The device is suitable for automotive TFT-LCD panel.
20 - richtek,rtq6752
[all …]
/linux-6.12.1/drivers/regulator/
Drtq6752-regulator.c1 // SPDX-License-Identifier: GPL-2.0+
36 #define RTQ6752_ENABLE_MASK (BIT(RTQ6752_IDX_MAX) - 1)
56 mutex_lock(&priv->lock); in rtq6752_set_vdd_enable()
57 if (!priv->enable_flag) { in rtq6752_set_vdd_enable()
58 if (priv->enable_gpio) { in rtq6752_set_vdd_enable()
59 gpiod_set_value(priv->enable_gpio, 1); in rtq6752_set_vdd_enable()
65 regcache_cache_only(priv->regmap, false); in rtq6752_set_vdd_enable()
66 ret = regcache_sync(priv->regmap); in rtq6752_set_vdd_enable()
68 mutex_unlock(&priv->lock); in rtq6752_set_vdd_enable()
73 priv->enable_flag |= BIT(rid); in rtq6752_set_vdd_enable()
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
38 managed regulators and simple non-configurable regulators.
64 the netlink mechanism. User-space applications can subscribe to these events
65 for real-time updates on various regulator events.
75 They provide two I2C-controlled DC/DC step-down converters with
101 tristate "Active-semi act8865 voltage regulator"
106 This driver controls a active-semi act8865 voltage output
110 tristate "Active-semi ACT8945A voltage regulator"
113 This driver controls a active-semi ACT8945A voltage regulator
114 via I2C bus. The ACT8945A features three step-down DC/DC converters
[all …]