~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/regulator/as3722-regulator.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 Regulator of AMS AS3722 PMIC.
  2 Name of the regulator subnode must be "regulators".
  3 
  4 Optional properties:
  5 --------------------
  6 The input supply of regulators are the optional properties on the
  7 regulator node. The AS3722 is having 7 DCDC step-down regulators as
  8 sd[0-6], 10 LDOs as ldo[0-7], ldo[9-11]. The input supply of these
  9 regulators are provided through following properties:
 10 vsup-sd2-supply: Input supply for SD2.
 11 vsup-sd3-supply: Input supply for SD3.
 12 vsup-sd4-supply: Input supply for SD4.
 13 vsup-sd5-supply: Input supply for SD5.
 14 vin-ldo0-supply: Input supply for LDO0.
 15 vin-ldo1-6-supply: Input supply for LDO1 and LDO6.
 16 vin-ldo2-5-7-supply: Input supply for LDO2, LDO5 and LDO7.
 17 vin-ldo3-4-supply: Input supply for LDO3 and LDO4.
 18 vin-ldo9-10-supply: Input supply for LDO9 and LDO10.
 19 vin-ldo11-supply: Input supply for LDO11.
 20 
 21 Optional nodes:
 22 --------------
 23 - regulators : Must contain a sub-node per regulator from the list below.
 24                Each sub-node should contain the constraints and initialization
 25                information for that regulator. See regulator.txt for a
 26                description of standard properties for these sub-nodes.
 27                Additional custom properties  are listed below.
 28                sd[0-6], ldo[0-7], ldo[9-11].
 29 
 30                Optional sub-node properties:
 31                ----------------------------
 32                 ams,ext-control: External control of the rail. The option of
 33                         this properties will tell which external input is
 34                         controlling this rail. Valid values are 0, 1, 2 ad 3.
 35                         0: There is no external control of this rail.
 36                         1: Rail is controlled by ENABLE1 input pin.
 37                         2: Rail is controlled by ENABLE2 input pin.
 38                         3: Rail is controlled by ENABLE3 input pin.
 39                 ams,enable-tracking: Enable tracking with SD1, only supported
 40                         by LDO3.
 41 
 42 Example:
 43 -------
 44         ams3722: ams3722 {
 45                 compatible = "ams,as3722";
 46                 reg = <0x40>;
 47                 ...
 48 
 49                 regulators {
 50                         vsup-sd2-supply = <...>;
 51                         ...
 52 
 53                         sd0 {
 54                                 regulator-name = "vdd_cpu";
 55                                 regulator-min-microvolt = <700000>;
 56                                 regulator-max-microvolt = <1400000>;
 57                                 regulator-always-on;
 58                                 ams,ext-control = <2>;
 59                         };
 60 
 61                         sd1 {
 62                                 regulator-name = "vdd_core";
 63                                 regulator-min-microvolt = <700000>;
 64                                 regulator-max-microvolt = <1400000>;
 65                                 regulator-always-on;
 66                                 ams,ext-control = <1>;
 67                         };
 68 
 69                         sd2 {
 70                                 regulator-name = "vddio_ddr";
 71                                 regulator-min-microvolt = <1350000>;
 72                                 regulator-max-microvolt = <1350000>;
 73                                 regulator-always-on;
 74                         };
 75 
 76                         sd4 {
 77                                 regulator-name = "avdd-hdmi-pex";
 78                                 regulator-min-microvolt = <1050000>;
 79                                 regulator-max-microvolt = <1050000>;
 80                                 regulator-always-on;
 81                         };
 82 
 83                         sd5 {
 84                                 regulator-name = "vdd-1v8";
 85                                 regulator-min-microvolt = <1800000>;
 86                                 regulator-max-microvolt = <1800000>;
 87                                 regulator-always-on;
 88                         };
 89                         ....
 90                 };
 91         };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php