Home
last modified time | relevance | path

Searched full:buck2 (Results 1 – 25 of 136) sorted by relevance

123456

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dmax8998.txt29 - max8998,pmic-buck2-dvs-gpio: GPIO specifier for host gpio used
36 - max8998,pmic-buck2-default-dvs-idx: Default voltage setting selected from
47 Additional properties required if max8998,pmic-buck2-dvs-gpio is defined:
48 - max8998,pmic-buck2-dvs-voltage: An array of 2 voltage values in microvolts
49 for buck2 regulator that can be selected using dvs gpio.
68 - Example: BUCK1, BUCK2, BUCK3, BUCK4
98 max8998,pmic-buck2-default-dvs-idx = <0>;
99 max8998,pmic-buck2-dvs-gpio = <&gpx0 0 3 0 0>; /* SET3 */
100 max8998,pmic-buck2-dvs-voltage = <1350000>, <1300000>;
H A Dti,lp87524-q1.yaml40 - buck2
56 - buck2-in-supply
77 buck2-in-supply = <&vdd_5v0>;
95 buck2_reg: buck2 {
96 regulator-name = "buck2";
H A Dda9055.txt34 buck2 : regulator BUCK2
61 buck2: BUCK2 {
H A Drohm,bd70528-pmic.txt59 buck2: BUCK2 {
60 regulator-name = "buck2";
H A Drohm,bd71828-pmic.yaml113 buck2: BUCK2 {
114 regulator-name = "buck2";
H A Dda9052-i2c.txt20 buck2 : regulator BUCK PRO
51 buck2 {
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Drohm,bd70528-regulator.txt4 - regulator-name: should be "buck1", "buck2", "buck3", "ldo1", "ldo2", "ldo3",
12 BUCK1, BUCK2, BUCK3, LDO1, LDO2, LDO3, LED_LDO1, LED_LDO2
26 buck2: BUCK2 {
27 regulator-name = "buck2";
H A Dsamsung,s5m8767.txt24 - s5m8767,pmic-buck2-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
25 units for buck2 when changing voltage using gpio dvs. Refer to [1] below
36 - s5m8767,pmic-buck2-uses-gpio-dvs: 'buck2' can be controlled by gpio dvs.
57 - Example: BUCK1, BUCK2, BUCK9
80 s5m8767,pmic-buck2-uses-gpio-dvs;
94 s5m8767,pmic-buck2-dvs-voltage = <1350000>, <1300000>,
H A Dmax8997-regulator.txt17 - max8997,pmic-buck2-dvs-voltage: A set of 8 voltage values in micro-volt (uV)
18 units for buck2 when changing voltage using gpio dvs. Refer to [1] below
39 - max8997,pmic-buck2-uses-gpio-dvs: 'buck2' can be controlled by gpio dvs.
73 - Example: BUCK1, BUCK2, BUCK3, BUCK7
97 max8997,pmic-buck2-uses-gpio-dvs;
112 max8997,pmic-buck2-dvs-voltage = <1100000>, <1100000>,
H A Dmt6360-regulator.yaml45 LDO_VIN3-supply = <&BUCK2>;
55 BUCK2: buck2 {
56 regulator-compatible = "BUCK2";
57 regulator-name = "mt6360,buck2";
H A Dpv88090.txt11 BUCK1, BUCK2, BUCK3, LDO1, and LDO2.
34 BUCK2 {
35 regulator-name = "buck2";
H A Dpv88080.txt17 BUCK1, BUCK2, BUCK3 and HVBUCK.
39 BUCK2 {
40 regulator-name = "buck2";
H A Dnxp,pca9450-regulator.yaml21 #BUCK1, BUCK2, BUCK3, BUCK4, BUCK5, BUCK6,
110 buck2: BUCK2 {
111 regulator-name = "BUCK2";
H A Dlp872x.txt18 bit[4]: BUCK2 enable control. 1 = enable, 0 = disable
19 bit[3]: BUCK2 output voltage register address. 1 = 0Ah, 0 = 0Bh
153 vcc2: buck2 {
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/adc/
H A Dadc.txt37 | BUCK2|-------|VDDref |
46 buck2: buck2 {
57 vdd-supply = <&buck2>;
/OK3568_Linux_fs/kernel/drivers/regulator/
H A Dlp8788-buck.c83 BUCK2, enumerator
155 case BUCK2: in lp8788_set_dvs()
172 case BUCK2: in lp8788_get_buck_dvs_ctrl_mode()
224 case BUCK2: in lp8788_select_buck_vout_addr()
381 .name = "buck2",
382 .id = BUCK2,
441 case BUCK2: in lp8788_dvs_gpio_request()
467 if (id > BUCK2) in lp8788_init_dvs()
475 (id == BUCK2 && !pdata->buck2_dvs)) in lp8788_init_dvs()
H A Dtps65086-regulator.c25 enum tps65086_regulators { BUCK1, BUCK2, BUCK3, BUCK4, BUCK5, BUCK6, LDOA1, enumerator
130 TPS65086_REGULATOR("BUCK2", "buck2", BUCK2, 0x80, TPS65086_BUCK2CTRL,
175 case BUCK2: in tps65086_of_parse_cb()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dimx8mq-phanbell.dts52 cpu-supply = <&buck2>;
56 cpu-supply = <&buck2>;
60 cpu-supply = <&buck2>;
64 cpu-supply = <&buck2>;
144 buck2: BUCK2 { label
145 regulator-name = "buck2";
H A Dimx8mn-evk.dts36 buck2: BUCK2 { label
37 regulator-name = "BUCK2";
/OK3568_Linux_fs/u-boot/arch/sandbox/dts/
H A Dsandbox_pmic.dtsi29 /* BUCK2 */
58 buck2: buck2 { label
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dmax8998.h67 * @buck2_voltage: BUCK2 DVS mode 2 voltage registers
71 * @buck2_set3: BUCK2 gpio pin to set output voltage
72 * @buck2_default_idx: Default for BUCK2 gpio pin.
/OK3568_Linux_fs/u-boot/include/power/
H A Dsandbox_pmic.h78 /* BUCK2 Voltage: min: 0.75V, step: 50mV, max 3.95V */
110 #define SANDBOX_BUCK2_DEVNAME "buck2"
132 /* BUCK2: for testing sandbox ADC's supply */
/OK3568_Linux_fs/u-boot/test/dm/
H A Dadc.c59 /* Test Vdd initial value - buck2 */ in dm_test_adc_supply()
63 /* Change Vdd value - buck2 manual preset */ in dm_test_adc_supply()
72 /* Disable buck2 and test ADC supply enable function */ in dm_test_adc_supply()
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/regulator/
H A Dsandbox.txt16 The sandbox PMIC can support: ldo1, ldo2, buck1, buck2.
40 buck2 {
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Ds5pv210-aquila.dts84 max8998,pmic-buck2-default-dvs-idx = <0>;
85 max8998,pmic-buck2-dvs-gpio = <&gph0 5 GPIO_ACTIVE_HIGH>;
86 max8998,pmic-buck2-dvs-voltage = <1200000>, <1200000>;
209 buck2_reg: BUCK2 {

123456