Home
last modified time | relevance | path

Searched +full:rt4831 +full:- +full:dsvn (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/mfd/
Drichtek,rt4831.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/richtek,rt4831.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Richtek RT4831 DSV and Backlight Integrated IC
10 - ChiYuan Huang <cy_huang@richtek.com>
13 RT4831 is a multifunctional device that can provide power to the LCD display
16 For Display Bias Voltage DSVP and DSVN, the output range is about 4V to 6.5V.
23 https://www.richtek.com/assets/product_file/RT4831A/DS4831A-05.pdf
27 const: richtek,rt4831
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/regulator/
Drichtek,rt4831-regulator.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/richtek,rt4831-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Richtek RT4831 Display Bias Voltage Regulator
10 - ChiYuan Huang <cy_huang@richtek.com>
13 RT4831 is a multifunctional device that can provide power to the LCD display
16 For Display Bias Voltage DSVP and DSVN, the output range is about 4V to 6.5V.
19 DSVLCM is a boost regulator in IC internal as DSVP and DSVN input power.
21 voltage needed for DSVP and DSVN. Too much voltage gap could improve the
[all …]
/Linux-v6.6/drivers/regulator/
Drt4831-regulator.c1 // SPDX-License-Identifier: GPL-2.0-only
43 #define VLCM_N_VOLTAGES ((VLCM_MAX_UV - VLCM_MIN_UV) / STEP_UV + 1)
46 #define VPN_N_VOLTAGES ((VPN_MAX_UV - VPN_MIN_UV) / STEP_UV + 1)
134 .name = "DSVN",
136 .of_match = of_match_ptr("DSVN"),
161 regmap = dev_get_regmap(pdev->dev.parent, NULL); in rt4831_regulator_probe()
163 dev_err(&pdev->dev, "Failed to init regmap\n"); in rt4831_regulator_probe()
164 return -ENODEV; in rt4831_regulator_probe()
170 dev_err(&pdev->dev, "Failed to configure dsv mode to normal\n"); in rt4831_regulator_probe()
174 config.dev = pdev->dev.parent; in rt4831_regulator_probe()
[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 …]