Lines Matching full:max8952
1 Maxim MAX8952 voltage regulator
4 - compatible: must be equal to "maxim,max8952"
6 - max8952,dvs-mode-microvolt: array of 4 integer values defining DVS voltages
11 - max8952,vid-gpios: array of two GPIO pins used for DVS voltage selection
12 - max8952,en-gpio: GPIO used to control enable status of regulator
13 - max8952,default-mode: index of default DVS voltage, from <0, 3> range
14 - max8952,sync-freq: sync frequency, must be one of following values:
19 - max8952,ramp-speed: voltage ramp speed, must be one of following values:
34 compatible = "maxim,max8952";
37 /* max8952-specific properties */
38 max8952,vid-gpios = <&gpx0 3 0>, <&gpx0 4 0>;
39 max8952,en-gpio = <&gpx0 1 0>;
40 max8952,default-mode = <0>;
41 max8952,dvs-mode-microvolt = <1250000>, <1200000>,
43 max8952,sync-freq = <0>;
44 max8952,ramp-speed = <0>;