···3838in Voltage Table Mode. If no voltage-table is provided, then the device will3939be used in Continuous Voltage Mode.40404141+Optional properties:4242+--------------------4343+- enable-gpios: GPIO to use to enable/disable the regulator4444+4145Any property defined as part of the core regulator binding can also be used.4246(See: ../regulator/regulator.txt)43474444-Continuous Voltage Example:4848+Continuous Voltage With Enable GPIO Example:4549 pwm_regulator {4650 compatible = "pwm-regulator;4751 pwms = <&pwm1 0 8448 0>;5252+ enable-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;4853 regulator-min-microvolt = <1016000>;4954 regulator-max-microvolt = <1114000>;5055 regulator-name = "vdd_logic";
+2-2
drivers/regulator/Kconfig
···552552 on PCF50633553553554554config REGULATOR_PFUZE100555555- tristate "Freescale PFUZE100/PFUZE200 regulator driver"555555+ tristate "Freescale PFUZE100/200/3000 regulator driver"556556 depends on I2C557557 select REGMAP_I2C558558 help559559 Say y here to support the regulators found on the Freescale560560- PFUZE100/PFUZE200 PMIC.560560+ PFUZE100/200/3000 PMIC.561561562562config REGULATOR_PV88060563563 tristate "Powerventure Semiconductor PV88060 regulator"