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/mt6311-regulator.txt

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 Mediatek MT6311 Regulator
    2 
    3 Required properties:
    4 - compatible: "mediatek,mt6311-regulator"
    5 - reg: I2C slave address, usually 0x6b.
    6 - regulators: List of regulators provided by this controller. It is named
    7   to VDVFS and VBIASN.
    8   The definition for each of these nodes is defined using the standard binding
    9   for regulators at Documentation/devicetree/bindings/regulator/regulator.txt.
   10 
   11 The valid names for regulators are:
   12 BUCK:
   13   VDVFS
   14 LDO:
   15   VBIASN
   16 
   17 Example:
   18         mt6311: pmic@6b {
   19                 compatible = "mediatek,mt6311-regulator";
   20                 reg = <0x6b>;
   21 
   22                 regulators {
   23                         mt6311_vcpu_reg: VDVFS {
   24                                 regulator-name = "VDVFS";
   25                                 regulator-min-microvolt = < 600000>;
   26                                 regulator-max-microvolt = <1400000>;
   27                                 regulator-ramp-delay = <10000>;
   28                         };
   29                         mt6311_ldo_reg: VBIASN {
   30                                 regulator-name = "VBIASN";
   31                                 regulator-min-microvolt = <200000>;
   32                                 regulator-max-microvolt = <800000>;
   33                         };
   34                 };
   35         };

Cache object: 8e2354d5c9180897187bd863557b2a23


[ 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.