Lines Matching refs:pmic
7 describes the bindings for 'pmic' sub-block of s5m8767.
10 - compatible: Should be "samsung,s5m8767-pmic".
11 - reg: Specifies the i2c slave address of the pmic block. It should be 0x66.
13 - s5m8767,pmic-buck2-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
17 - s5m8767,pmic-buck3-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
21 - s5m8767,pmic-buck4-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
25 - s5m8767,pmic-buck-ds-gpios: GPIO specifiers for three host gpio's used
28 [1] If none of the 's5m8767,pmic-buck[2/3/4]-uses-gpio-dvs' optional
29 property is specified, the 's5m8767,pmic-buck[2/3/4]-dvs-voltage'
33 If either of the 's5m8767,pmic-buck[2/3/4]-uses-gpio-dvs' optional
35 's5m8767,pmic-buck[2/3/4]-dvs-voltage' should be specified.
43 - s5m8767,pmic-buck2-uses-gpio-dvs: 'buck2' can be controlled by gpio dvs.
44 - s5m8767,pmic-buck3-uses-gpio-dvs: 'buck3' can be controlled by gpio dvs.
45 - s5m8767,pmic-buck4-uses-gpio-dvs: 'buck4' can be controlled by gpio dvs.
49 - s5m8767,pmic-buck234-default-dvs-idx: Default voltage setting selected from
54 - s5m8767,pmic-buck-dvs-gpios: GPIO specifiers for three host gpio's used
79 - s5m8767,pmic-ext-control-gpios: (optional) GPIO specifier for one
83 The following are the names of the regulators that the s5m8767 pmic block
100 compatible = "samsung,s5m8767-pmic";
103 s5m8767,pmic-buck2-uses-gpio-dvs;
104 s5m8767,pmic-buck3-uses-gpio-dvs;
105 s5m8767,pmic-buck4-uses-gpio-dvs;
107 s5m8767,pmic-buck-default-dvs-idx = <0>;
109 s5m8767,pmic-buck-dvs-gpios = <&gpx0 0 0>, /* DVS1 */
113 s5m8767,pmic-buck-ds-gpios = <&gpx2 3 0>, /* SET1 */
117 s5m8767,pmic-buck2-dvs-voltage = <1350000>, <1300000>,
122 s5m8767,pmic-buck3-dvs-voltage = <1100000>, <1100000>,
127 s5m8767,pmic-buck4-dvs-voltage = <1200000>, <1200000>,
160 s5m8767,pmic-ext-control-gpios = <&gpk0 2 0>;