The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/regulator/richtek,rt4831-regulator.yaml

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/regulator/richtek,rt4831-regulator.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Richtek RT4831 Display Bias Voltage Regulator
    8 
    9 maintainers:
   10   - ChiYuan Huang <cy_huang@richtek.com>
   11 
   12 description: |
   13   RT4831 is a multifunctional device that can provide power to the LCD display
   14   and LCD backlight.
   15 
   16   For Display Bias Voltage DSVP and DSVN, the output range is about 4V to 6.5V.
   17   It is sufficient to meet the current LCD power requirement.
   18 
   19   DSVLCM is a boost regulator in IC internal as DSVP and DSVN input power.
   20   Its voltage should be configured above 0.15V to 0.2V gap larger than the
   21   voltage needed for DSVP and DSVN. Too much voltage gap could improve the
   22   voltage drop from the heavy loading scenario. But it also make the power
   23   efficiency worse. It's a trade-off.
   24 
   25   Datasheet is available at
   26   https://www.richtek.com/assets/product_file/RT4831A/DS4831A-05.pdf
   27 
   28 patternProperties:
   29   "^DSV(LCM|P|N)$":
   30     type: object
   31     $ref: regulator.yaml#
   32     description:
   33       Properties for single Display Bias Voltage regulator.
   34 
   35 additionalProperties: false

Cache object: 33b168e29bb5b4947fbbf54a7a09ad5e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.