Przemyslaw Marczak | 4d9057e | 2015-04-20 20:07:41 +0200 | [diff] [blame] | 1 | config DM_PMIC |
| 2 | bool "Enable Driver Model for PMIC drivers (UCLASS_PMIC)" |
| 3 | depends on DM |
| 4 | ---help--- |
| 5 | This config enables the driver-model PMIC support. |
| 6 | UCLASS_PMIC - designed to provide an I/O interface for PMIC devices. |
| 7 | For the multi-function PMIC devices, this can be used as parent I/O |
| 8 | device for each IC's interface. Then, each children uses its parent |
| 9 | for read/write. For detailed description, please refer to the files: |
| 10 | - 'drivers/power/pmic/pmic-uclass.c' |
| 11 | - 'include/power/pmic.h' |
Przemyslaw Marczak | 52a3de5 | 2015-04-20 20:07:46 +0200 | [diff] [blame] | 12 | |
Samuel Holland | 7f51b55 | 2021-10-08 00:17:14 -0500 | [diff] [blame] | 13 | if DM_PMIC |
| 14 | |
Simon Glass | 7abf178 | 2021-08-08 12:20:25 -0600 | [diff] [blame] | 15 | config SPL_DM_PMIC |
| 16 | bool "Enable Driver Model for PMIC drivers (UCLASS_PMIC) in SPL" |
| 17 | depends on SPL_DM |
Samuel Holland | 7f51b55 | 2021-10-08 00:17:14 -0500 | [diff] [blame] | 18 | default y |
Simon Glass | 7abf178 | 2021-08-08 12:20:25 -0600 | [diff] [blame] | 19 | ---help--- |
| 20 | This config enables the driver-model PMIC support in SPL. |
| 21 | UCLASS_PMIC - designed to provide an I/O interface for PMIC devices. |
| 22 | For the multi-function PMIC devices, this can be used as parent I/O |
| 23 | device for each IC's interface. Then, each children uses its parent |
| 24 | for read/write. For detailed description, please refer to the files: |
| 25 | - 'drivers/power/pmic/pmic-uclass.c' |
| 26 | - 'include/power/pmic.h' |
| 27 | |
Simon Glass | 1f2b4b0 | 2016-01-21 19:43:55 -0700 | [diff] [blame] | 28 | config PMIC_CHILDREN |
| 29 | bool "Allow child devices for PMICs" |
Simon Glass | 1f2b4b0 | 2016-01-21 19:43:55 -0700 | [diff] [blame] | 30 | default y |
| 31 | ---help--- |
| 32 | This allows PMICs to support child devices (such as regulators) in |
| 33 | SPL. This adds quite a bit of code so if you are not using this |
| 34 | feature you can turn it off. Most likely you should turn it on for |
| 35 | U-Boot proper. |
| 36 | |
| 37 | config SPL_PMIC_CHILDREN |
| 38 | bool "Allow child devices for PMICs in SPL" |
Samuel Holland | 3fd90e4 | 2021-10-08 00:17:15 -0500 | [diff] [blame] | 39 | depends on SPL_DM_PMIC |
Simon Glass | 1f2b4b0 | 2016-01-21 19:43:55 -0700 | [diff] [blame] | 40 | default y |
| 41 | ---help--- |
| 42 | This allows PMICs to support child devices (such as regulators) in |
| 43 | SPL. This adds quite a bit of code so if you are not using this |
| 44 | feature you can turn it off. In this case you may need a 'back door' |
Jacob Chen | 453c5a9 | 2017-05-02 14:54:52 +0800 | [diff] [blame] | 45 | to call your regulator code (e.g. see rk8xx.c for direct functions |
Simon Glass | 1f2b4b0 | 2016-01-21 19:43:55 -0700 | [diff] [blame] | 46 | for use in SPL). |
| 47 | |
Stephan Gerhold | 3f6e4ec | 2021-07-08 20:33:48 +0200 | [diff] [blame] | 48 | config PMIC_AB8500 |
| 49 | bool "Enable driver for ST-Ericsson AB8500 PMIC via PRCMU" |
Stephan Gerhold | 3f6e4ec | 2021-07-08 20:33:48 +0200 | [diff] [blame] | 50 | select REGMAP |
| 51 | select SYSCON |
| 52 | help |
| 53 | Enable support for the ST-Ericsson AB8500 (Analog Baseband) PMIC. |
| 54 | It connects with the ST-Ericsson DB8500 SoC via an I2C bus managed by |
| 55 | the power/reset/clock management unit (PRCMU) firmware. |
| 56 | |
Simon Glass | d2c88f7 | 2015-08-30 16:55:29 -0600 | [diff] [blame] | 57 | config PMIC_ACT8846 |
| 58 | bool "Enable support for the active-semi 8846 PMIC" |
Samuel Holland | 7f51b55 | 2021-10-08 00:17:14 -0500 | [diff] [blame] | 59 | depends on DM_I2C |
Simon Glass | d2c88f7 | 2015-08-30 16:55:29 -0600 | [diff] [blame] | 60 | ---help--- |
| 61 | This PMIC includes 4 DC/DC step-down buck regulators and 8 low-dropout |
| 62 | regulators (LDOs). It also provides some GPIO, reset and battery |
| 63 | functions. It uses an I2C interface and is designed for use with |
| 64 | tablets and smartphones. |
| 65 | |
Samuel Holland | 526c4f2 | 2021-10-08 00:17:16 -0500 | [diff] [blame] | 66 | config PMIC_AXP |
| 67 | bool "Enable Driver Model for X-Powers AXP PMICs" |
| 68 | depends on DM_I2C |
Samuel Holland | 95d9ffd | 2021-10-24 21:00:10 -0500 | [diff] [blame] | 69 | select SYSRESET_CMD_POWEROFF if SYSRESET && CMD_POWEROFF |
| 70 | imply CMD_POWEROFF if SYSRESET |
Samuel Holland | 526c4f2 | 2021-10-08 00:17:16 -0500 | [diff] [blame] | 71 | help |
| 72 | This config enables driver-model PMIC uclass features for |
| 73 | X-Powers AXP152, AXP2xx, and AXP8xx PMICs. |
| 74 | |
| 75 | config SPL_PMIC_AXP |
| 76 | bool "Enable Driver Model for X-Powers AXP PMICs in SPL" |
| 77 | depends on SPL_DM_I2C && SPL_DM_PMIC |
| 78 | help |
| 79 | This config enables driver-model PMIC uclass features in the SPL for |
| 80 | X-Powers AXP152, AXP2xx, and AXP8xx PMICs. |
| 81 | |
Martin Fuzzey | 483880c | 2020-01-14 15:56:16 +0000 | [diff] [blame] | 82 | config DM_PMIC_DA9063 |
| 83 | bool "Enable Driver Model for the Dialog DA9063 PMIC" |
Martin Fuzzey | 483880c | 2020-01-14 15:56:16 +0000 | [diff] [blame] | 84 | help |
| 85 | This config enables implementation of driver-model pmic uclass features |
| 86 | for PMIC DA9063. The driver implements read/write operations. |
| 87 | |
| 88 | config SPL_DM_PMIC_DA9063 |
| 89 | bool "Enable Driver Model for the Dialog DA9063 PMIC in SPL" |
Samuel Holland | 3fd90e4 | 2021-10-08 00:17:15 -0500 | [diff] [blame] | 90 | depends on SPL_DM_PMIC |
Martin Fuzzey | 483880c | 2020-01-14 15:56:16 +0000 | [diff] [blame] | 91 | help |
| 92 | This config enables implementation of driver-model pmic uclass features |
| 93 | for PMIC DA9063. The driver implements read/write operations. |
| 94 | |
Simon Glass | bdf25a5 | 2017-04-26 22:27:46 -0600 | [diff] [blame] | 95 | config PMIC_AS3722 |
| 96 | bool "Enable support for the Austria Micro Systems (AMS) AS7322 PMIC" |
| 97 | help |
| 98 | The AS3722 includes 7 DC/DC buck convertors, 11 low-noise LDOs, a |
| 99 | real-time clock, GPIOs, ADC and a few other features. It uses an I2C |
| 100 | interface and is designs to cover most of the power managementment |
| 101 | required for a tablets or laptop. |
| 102 | |
Matti Vaittinen | 1023c87 | 2019-05-07 10:43:39 +0300 | [diff] [blame] | 103 | config DM_PMIC_BD71837 |
| 104 | bool "Enable Driver Model for PMIC BD71837" |
Matti Vaittinen | 1023c87 | 2019-05-07 10:43:39 +0300 | [diff] [blame] | 105 | help |
| 106 | This config enables implementation of driver-model pmic uclass features |
| 107 | for PMIC BD71837. The driver implements read/write operations. |
| 108 | |
Peng Fan | 672fc54 | 2019-10-16 10:24:36 +0000 | [diff] [blame] | 109 | config SPL_DM_PMIC_BD71837 |
| 110 | bool "Enable Driver Model for PMIC BD71837 in SPL stage" |
Samuel Holland | 3fd90e4 | 2021-10-08 00:17:15 -0500 | [diff] [blame] | 111 | depends on SPL_DM_PMIC |
Peng Fan | 672fc54 | 2019-10-16 10:24:36 +0000 | [diff] [blame] | 112 | help |
| 113 | This config enables implementation of driver-model pmic uclass |
| 114 | features for PMIC BD71837. The driver implements read/write |
| 115 | operations. |
| 116 | |
Philipp Tomsich | dfb0a70 | 2018-11-30 20:00:08 +0100 | [diff] [blame] | 117 | config DM_PMIC_FAN53555 |
| 118 | bool "Enable support for OnSemi FAN53555" |
Samuel Holland | 7f51b55 | 2021-10-08 00:17:14 -0500 | [diff] [blame] | 119 | depends on DM_REGULATOR && DM_I2C |
Philipp Tomsich | dfb0a70 | 2018-11-30 20:00:08 +0100 | [diff] [blame] | 120 | select DM_REGULATOR_FAN53555 |
| 121 | help |
| 122 | This config enables implementation of driver-model PMIC |
| 123 | uclass features for the FAN53555 regulator. The FAN53555 is |
| 124 | a (family of) single-output regulators that supports |
| 125 | transitioning between two different output voltages based on |
| 126 | an voltage selection pin. |
| 127 | |
| 128 | The driver implements read/write operations for use with the FAN53555 |
| 129 | regulator driver and binds the regulator driver to its node. |
| 130 | |
Quentin Schulz | 2206356 | 2021-11-12 15:10:47 +0100 | [diff] [blame] | 131 | config SPL_DM_PMIC_FAN53555 |
| 132 | bool "Enable support for OnSemi FAN53555 in SPL" |
| 133 | depends on SPL_DM_REGULATOR && SPL_DM_I2C |
| 134 | select SPL_DM_REGULATOR_FAN53555 |
| 135 | help |
| 136 | This config enables implementation of driver-model PMIC |
| 137 | uclass features for the FAN53555 regulator. The FAN53555 is |
| 138 | a (family of) single-output regulators that supports |
| 139 | transitioning between two different output voltages based on |
| 140 | an voltage selection pin. |
| 141 | |
| 142 | The driver implements read/write operations for use with the FAN53555 |
| 143 | regulator driver and binds the regulator driver to its node. |
| 144 | |
Tim Harvey | 2767d88 | 2020-12-21 08:19:39 -0800 | [diff] [blame] | 145 | config DM_PMIC_MP5416 |
| 146 | bool "Enable Driver Model for PMIC MP5416" |
Tim Harvey | 2767d88 | 2020-12-21 08:19:39 -0800 | [diff] [blame] | 147 | help |
| 148 | This config enables implementation of driver-model pmic uclass features |
| 149 | for PMIC MP5416. The driver implements read/write operations. |
| 150 | |
| 151 | config SPL_DM_PMIC_MP5416 |
| 152 | bool "Enable Driver Model for PMIC MP5416 in SPL stage" |
Samuel Holland | 3fd90e4 | 2021-10-08 00:17:15 -0500 | [diff] [blame] | 153 | depends on SPL_DM_PMIC |
Tim Harvey | 2767d88 | 2020-12-21 08:19:39 -0800 | [diff] [blame] | 154 | help |
| 155 | This config enables implementation of driver-model pmic uclass |
| 156 | features for PMIC MP5416. The driver implements read/write |
| 157 | operations. |
| 158 | |
Ye Li | 22172f6 | 2019-10-15 02:15:18 -0700 | [diff] [blame] | 159 | config DM_PMIC_PCA9450 |
| 160 | bool "Enable Driver Model for PMIC PCA9450" |
Rasmus Villemoes | 752bea3 | 2022-05-03 10:58:06 +0200 | [diff] [blame] | 161 | depends on DM_I2C |
Ye Li | 22172f6 | 2019-10-15 02:15:18 -0700 | [diff] [blame] | 162 | help |
| 163 | This config enables implementation of driver-model pmic uclass features |
| 164 | for PMIC PCA9450. The driver implements read/write operations. |
| 165 | |
Igor Opaniuk | 8f9abdf | 2020-10-28 11:58:10 +0200 | [diff] [blame] | 166 | config SPL_DM_PMIC_PCA9450 |
Rasmus Villemoes | 752bea3 | 2022-05-03 10:58:06 +0200 | [diff] [blame] | 167 | bool "Enable Driver Model for PMIC PCA9450 in SPL" |
Samuel Holland | 3fd90e4 | 2021-10-08 00:17:15 -0500 | [diff] [blame] | 168 | depends on SPL_DM_PMIC |
Rasmus Villemoes | 752bea3 | 2022-05-03 10:58:06 +0200 | [diff] [blame] | 169 | depends on SPL_DM_I2C |
Igor Opaniuk | 8f9abdf | 2020-10-28 11:58:10 +0200 | [diff] [blame] | 170 | help |
| 171 | This config enables implementation of driver-model pmic uclass features |
| 172 | for PMIC PCA9450 in SPL. The driver implements read/write operations. |
| 173 | |
Peng Fan | 1c1f607 | 2015-08-14 11:36:16 +0200 | [diff] [blame] | 174 | config DM_PMIC_PFUZE100 |
| 175 | bool "Enable Driver Model for PMIC PFUZE100" |
Peng Fan | 1c1f607 | 2015-08-14 11:36:16 +0200 | [diff] [blame] | 176 | ---help--- |
| 177 | This config enables implementation of driver-model pmic uclass features |
| 178 | for PMIC PFUZE100. The driver implements read/write operations. |
| 179 | |
Marek Vasut | 661d9af | 2020-05-29 19:22:41 +0200 | [diff] [blame] | 180 | config SPL_DM_PMIC_PFUZE100 |
| 181 | bool "Enable Driver Model for PMIC PFUZE100 in SPL" |
Samuel Holland | 3fd90e4 | 2021-10-08 00:17:15 -0500 | [diff] [blame] | 182 | depends on SPL_DM_PMIC |
Marek Vasut | 661d9af | 2020-05-29 19:22:41 +0200 | [diff] [blame] | 183 | ---help--- |
| 184 | This config enables implementation of driver-model pmic uclass features |
| 185 | for PMIC PFUZE100 in SPL. The driver implements read/write operations. |
| 186 | |
Przemyslaw Marczak | 52a3de5 | 2015-04-20 20:07:46 +0200 | [diff] [blame] | 187 | config DM_PMIC_MAX77686 |
| 188 | bool "Enable Driver Model for PMIC MAX77686" |
Przemyslaw Marczak | 52a3de5 | 2015-04-20 20:07:46 +0200 | [diff] [blame] | 189 | ---help--- |
| 190 | This config enables implementation of driver-model pmic uclass features |
Przemyslaw Marczak | f415a3e | 2015-05-13 13:38:26 +0200 | [diff] [blame] | 191 | for PMIC MAX77686. The driver implements read/write operations. |
Przemyslaw Marczak | 5d387d0 | 2015-05-13 13:38:32 +0200 | [diff] [blame] | 192 | |
Jaehoon Chung | 103e83a | 2016-12-15 18:21:10 +0900 | [diff] [blame] | 193 | config DM_PMIC_MAX8998 |
| 194 | bool "Enable Driver Model for PMIC MAX8998" |
Jaehoon Chung | 103e83a | 2016-12-15 18:21:10 +0900 | [diff] [blame] | 195 | ---help--- |
| 196 | This config enables implementation of driver-model pmic uclass features |
| 197 | for PMIC MAX8998. The driver implements read/write operations. |
| 198 | |
Lukasz Majewski | c57a226 | 2018-05-15 16:26:37 +0200 | [diff] [blame] | 199 | config DM_PMIC_MC34708 |
| 200 | bool "Enable Driver Model for PMIC MC34708" |
Lukasz Majewski | c57a226 | 2018-05-15 16:26:37 +0200 | [diff] [blame] | 201 | help |
| 202 | This config enables implementation of driver-model pmic uclass features |
| 203 | for PMIC MC34708. The driver implements read/write operations. |
| 204 | |
Jaehoon Chung | 1a5a05d | 2017-02-02 17:04:09 +0900 | [diff] [blame] | 205 | config PMIC_MAX8997 |
| 206 | bool "Enable Driver Model for PMIC MAX8997" |
Jaehoon Chung | 1a5a05d | 2017-02-02 17:04:09 +0900 | [diff] [blame] | 207 | ---help--- |
| 208 | This config enables implementation of driver-model pmic uclass features |
| 209 | for PMIC MAX8997. The driver implements read/write operations. |
| 210 | This is a Power Management IC with RTC, Fuel Gauge, MUIC control on Chip. |
| 211 | - 21x LDOs |
| 212 | - 12x GPIOs |
| 213 | - Haptic Motor driver |
| 214 | - RTC with two alarms |
| 215 | - Fueal Gauge and One backup battery charger |
| 216 | - MUIC |
| 217 | - Others |
| 218 | |
Sumit Garg | e555d4c | 2022-08-04 19:57:17 +0530 | [diff] [blame] | 219 | config PMIC_QCOM |
| 220 | bool "Enable Driver Model for Qualcomm generic PMIC" |
Mateusz Kulikowski | c2f74c8 | 2016-03-31 23:12:30 +0200 | [diff] [blame] | 221 | ---help--- |
Sumit Garg | e555d4c | 2022-08-04 19:57:17 +0530 | [diff] [blame] | 222 | The Qcom PMIC is connected to one (or several) processors |
Mateusz Kulikowski | c2f74c8 | 2016-03-31 23:12:30 +0200 | [diff] [blame] | 223 | with SPMI bus. It has 2 slaves with several peripherals: |
| 224 | - 18x LDO |
| 225 | - 4x GPIO |
| 226 | - Power and Reset buttons |
| 227 | - Watchdog |
| 228 | - RTC |
| 229 | - Vibrator drivers |
| 230 | - Others |
| 231 | |
Sumit Garg | e555d4c | 2022-08-04 19:57:17 +0530 | [diff] [blame] | 232 | Driver binding info: doc/device-tree-bindings/pmic/qcom,spmi-pmic.txt |
Mateusz Kulikowski | c2f74c8 | 2016-03-31 23:12:30 +0200 | [diff] [blame] | 233 | |
Jacob Chen | 453c5a9 | 2017-05-02 14:54:52 +0800 | [diff] [blame] | 234 | config PMIC_RK8XX |
| 235 | bool "Enable support for Rockchip PMIC RK8XX" |
Simon Glass | 2a4febf | 2016-01-21 19:43:29 -0700 | [diff] [blame] | 236 | ---help--- |
| 237 | The Rockchip RK808 PMIC provides four buck DC-DC convertors, 8 LDOs, |
| 238 | an RTC and two low Rds (resistance (drain to source)) switches. It is |
| 239 | accessed via an I2C interface. The device is used with Rockchip SoCs. |
| 240 | This driver implements register read/write operations. |
| 241 | |
Simon Glass | 7abf178 | 2021-08-08 12:20:25 -0600 | [diff] [blame] | 242 | config SPL_PMIC_RK8XX |
| 243 | bool "Enable support for Rockchip PMIC RK8XX" |
Samuel Holland | 3fd90e4 | 2021-10-08 00:17:15 -0500 | [diff] [blame] | 244 | depends on SPL_DM_PMIC |
Simon Glass | 7abf178 | 2021-08-08 12:20:25 -0600 | [diff] [blame] | 245 | ---help--- |
| 246 | The Rockchip RK808 PMIC provides four buck DC-DC convertors, 8 LDOs, |
| 247 | an RTC and two low Rds (resistance (drain to source)) switches. It is |
| 248 | accessed via an I2C interface. The device is used with Rockchip SoCs. |
| 249 | This driver implements register read/write operations. |
| 250 | |
Przemyslaw Marczak | 35d460f | 2015-10-27 13:07:58 +0100 | [diff] [blame] | 251 | config PMIC_S2MPS11 |
| 252 | bool "Enable Driver Model for PMIC Samsung S2MPS11" |
Przemyslaw Marczak | 35d460f | 2015-10-27 13:07:58 +0100 | [diff] [blame] | 253 | ---help--- |
| 254 | The Samsung S2MPS11 PMIC provides: |
| 255 | - 38 adjustable LDO regulators |
| 256 | - 9 High-Efficiency Buck Converters |
| 257 | - 1 BuckBoost Converter |
| 258 | - RTC with two alarms |
| 259 | - Backup battery charger |
| 260 | - I2C Configuration Interface |
| 261 | This driver provides access to I/O interface only. |
| 262 | Binding info: doc/device-tree-bindings/pmic/s2mps11.txt |
| 263 | |
Przemyslaw Marczak | 5d387d0 | 2015-05-13 13:38:32 +0200 | [diff] [blame] | 264 | config DM_PMIC_SANDBOX |
Michal Simek | b844805 | 2018-07-23 08:38:56 +0200 | [diff] [blame] | 265 | bool "Enable Driver Model for emulated Sandbox PMIC" |
Przemyslaw Marczak | 5d387d0 | 2015-05-13 13:38:32 +0200 | [diff] [blame] | 266 | ---help--- |
| 267 | Enable the driver for Sandbox PMIC emulation. The emulated PMIC device |
| 268 | depends on two drivers: |
| 269 | - sandbox PMIC I/O driver - implements dm pmic operations |
| 270 | - sandbox PMIC i2c emul driver - emulates the PMIC's I2C transmission |
| 271 | |
| 272 | A detailed information can be found in header: '<power/sandbox_pmic.h>' |
| 273 | |
| 274 | The Sandbox PMIC info: |
| 275 | * I/O interface: |
| 276 | - I2C chip address: 0x40 |
| 277 | - first register address: 0x0 |
| 278 | - register count: 0x10 |
| 279 | * Adjustable outputs: |
| 280 | - 2x LDO |
| 281 | - 2x BUCK |
| 282 | - Each, with a different operating conditions (header). |
| 283 | * Reset values: |
| 284 | - set by i2c emul driver's probe() (defaults in header) |
| 285 | |
| 286 | Driver binding info: doc/device-tree-bindings/pmic/sandbox.txt |
Simon Glass | 151b223 | 2015-07-02 18:15:58 -0600 | [diff] [blame] | 287 | |
Simon Glass | d308c01 | 2015-07-02 18:16:00 -0600 | [diff] [blame] | 288 | config PMIC_S5M8767 |
| 289 | bool "Enable Driver Model for the Samsung S5M8767 PMIC" |
Simon Glass | d308c01 | 2015-07-02 18:16:00 -0600 | [diff] [blame] | 290 | ---help--- |
| 291 | The S5M8767 PMIC provides a large array of LDOs and BUCKs for use |
| 292 | as a SoC power controller. It also provides 32KHz clock outputs. This |
| 293 | driver provides basic register access and sets up the attached |
| 294 | regulators if regulator support is enabled. |
| 295 | |
Stefan Agner | c571d68 | 2016-10-05 15:27:09 -0700 | [diff] [blame] | 296 | config PMIC_RN5T567 |
| 297 | bool "Enable driver for Ricoh RN5T567 PMIC" |
Stefan Agner | c571d68 | 2016-10-05 15:27:09 -0700 | [diff] [blame] | 298 | ---help--- |
| 299 | The RN5T567 is a PMIC with 4 step-down DC/DC converters, 5 LDO |
| 300 | regulators Real-Time Clock and 4 GPIOs. This driver provides |
| 301 | register access only. |
| 302 | |
Martyn Welch | e055457 | 2022-10-25 10:55:01 +0100 | [diff] [blame] | 303 | config SPL_PMIC_RN5T567 |
| 304 | bool "Enable driver for Ricoh RN5T567 PMIC in SPL" |
| 305 | depends on SPL_DM_PMIC |
| 306 | ---help--- |
| 307 | The RN5T567 is a PMIC with 4 step-down DC/DC converters, 5 LDO |
| 308 | regulators Real-Time Clock and 4 GPIOs. This driver provides |
| 309 | register access only. |
| 310 | |
Simon Glass | 151b223 | 2015-07-02 18:15:58 -0600 | [diff] [blame] | 311 | config PMIC_TPS65090 |
| 312 | bool "Enable driver for Texas Instruments TPS65090 PMIC" |
Simon Glass | 151b223 | 2015-07-02 18:15:58 -0600 | [diff] [blame] | 313 | ---help--- |
| 314 | The TPS65090 is a PMIC containing several LDOs, DC to DC convertors, |
| 315 | FETs and a battery charger. This driver provides register access |
| 316 | only, and you can enable the regulator/charger drivers separately if |
| 317 | required. |
Keerthy | 33621d2 | 2016-09-30 09:20:43 +0530 | [diff] [blame] | 318 | |
| 319 | config PMIC_PALMAS |
| 320 | bool "Enable driver for Texas Instruments PALMAS PMIC" |
Keerthy | 33621d2 | 2016-09-30 09:20:43 +0530 | [diff] [blame] | 321 | ---help--- |
| 322 | The PALMAS is a PMIC containing several LDOs, SMPS. |
| 323 | This driver binds the pmic children. |
Keerthy | ca1de0b | 2016-09-30 09:34:02 +0530 | [diff] [blame] | 324 | |
| 325 | config PMIC_LP873X |
| 326 | bool "Enable driver for Texas Instruments LP873X PMIC" |
Keerthy | ca1de0b | 2016-09-30 09:34:02 +0530 | [diff] [blame] | 327 | ---help--- |
| 328 | The LP873X is a PMIC containing couple of LDOs and couple of SMPS. |
| 329 | This driver binds the pmic children. |
Hou Zhiqiang | 762161b | 2016-12-09 16:08:57 +0800 | [diff] [blame] | 330 | |
Keerthy | cdad57a | 2017-06-07 19:08:28 +0530 | [diff] [blame] | 331 | config PMIC_LP87565 |
| 332 | bool "Enable driver for Texas Instruments LP87565 PMIC" |
Keerthy | cdad57a | 2017-06-07 19:08:28 +0530 | [diff] [blame] | 333 | ---help--- |
| 334 | The LP87565 is a PMIC containing a bunch of SMPS. |
| 335 | This driver binds the pmic children. |
| 336 | |
Felix Brack | 854dfbf | 2017-11-30 13:52:37 +0100 | [diff] [blame] | 337 | config DM_PMIC_TPS65910 |
| 338 | bool "Enable driver for Texas Instruments TPS65910 PMIC" |
Felix Brack | 854dfbf | 2017-11-30 13:52:37 +0100 | [diff] [blame] | 339 | ---help--- |
| 340 | The TPS65910 is a PMIC containing 3 buck DC-DC converters, one boost |
| 341 | DC-DC converter, 8 LDOs and a RTC. This driver binds the SMPS and LDO |
| 342 | pmic children. |
Patrick Delaunay | 5d0c74e | 2018-03-12 10:46:12 +0100 | [diff] [blame] | 343 | |
Patrick Delaunay | 42f01aa | 2019-02-04 11:26:17 +0100 | [diff] [blame] | 344 | config PMIC_STPMIC1 |
| 345 | bool "Enable support for STMicroelectronics STPMIC1 PMIC" |
Samuel Holland | 7f51b55 | 2021-10-08 00:17:14 -0500 | [diff] [blame] | 346 | depends on DM_I2C |
Urja Rannikko | b805051 | 2019-05-16 21:48:42 +0000 | [diff] [blame] | 347 | select SYSRESET_CMD_POWEROFF if CMD_POWEROFF && !ARM_PSCI_FW |
Patrick Delaunay | 5d0c74e | 2018-03-12 10:46:12 +0100 | [diff] [blame] | 348 | ---help--- |
Patrick Delaunay | 42f01aa | 2019-02-04 11:26:17 +0100 | [diff] [blame] | 349 | The STPMIC1 PMIC provides 4 BUCKs, 6 LDOs, 1 VREF and 2 power switches. |
Patrick Delaunay | 5d0c74e | 2018-03-12 10:46:12 +0100 | [diff] [blame] | 350 | It is accessed via an I2C interface. The device is used with STM32MP1 |
| 351 | SoCs. This driver implements register read/write operations. |
Keerthy | 2463874 | 2019-06-06 16:06:55 +0530 | [diff] [blame] | 352 | |
| 353 | config SPL_PMIC_PALMAS |
| 354 | bool "Enable driver for Texas Instruments PALMAS PMIC" |
Samuel Holland | 3fd90e4 | 2021-10-08 00:17:15 -0500 | [diff] [blame] | 355 | depends on SPL_DM_PMIC |
Keerthy | 2463874 | 2019-06-06 16:06:55 +0530 | [diff] [blame] | 356 | help |
| 357 | The PALMAS is a PMIC containing several LDOs, SMPS. |
| 358 | This driver binds the pmic children in SPL. |
| 359 | |
| 360 | config SPL_PMIC_LP873X |
| 361 | bool "Enable driver for Texas Instruments LP873X PMIC" |
Samuel Holland | 3fd90e4 | 2021-10-08 00:17:15 -0500 | [diff] [blame] | 362 | depends on SPL_DM_PMIC |
Keerthy | 2463874 | 2019-06-06 16:06:55 +0530 | [diff] [blame] | 363 | help |
| 364 | The LP873X is a PMIC containing couple of LDOs and couple of SMPS. |
| 365 | This driver binds the pmic children in SPL. |
| 366 | |
| 367 | config SPL_PMIC_LP87565 |
| 368 | bool "Enable driver for Texas Instruments LP87565 PMIC" |
Samuel Holland | 3fd90e4 | 2021-10-08 00:17:15 -0500 | [diff] [blame] | 369 | depends on SPL_DM_PMIC |
Keerthy | 2463874 | 2019-06-06 16:06:55 +0530 | [diff] [blame] | 370 | help |
| 371 | The LP87565 is a PMIC containing a bunch of SMPS. |
| 372 | This driver binds the pmic children in SPL. |
Keerthy | 6b86dd0 | 2019-10-24 15:00:50 +0530 | [diff] [blame] | 373 | |
| 374 | config PMIC_TPS65941 |
| 375 | bool "Enable driver for Texas Instruments TPS65941 PMIC" |
Keerthy | 6b86dd0 | 2019-10-24 15:00:50 +0530 | [diff] [blame] | 376 | help |
| 377 | The TPS65941 is a PMIC containing a bunch of SMPS & LDOs. |
| 378 | This driver binds the pmic children. |
Samuel Holland | 7f51b55 | 2021-10-08 00:17:14 -0500 | [diff] [blame] | 379 | |
Neil Armstrong | b5cfa0c | 2022-04-27 13:28:09 +0200 | [diff] [blame] | 380 | config PMIC_TPS65219 |
| 381 | bool "Enable driver for Texas Instruments TPS65219 PMIC" |
| 382 | depends on DM_PMIC |
| 383 | help |
| 384 | The TPS65219 is a PMIC containing a bunch of SMPS & LDOs. |
| 385 | This driver binds the pmic children. |
Samuel Holland | 7f51b55 | 2021-10-08 00:17:14 -0500 | [diff] [blame] | 386 | endif |
Tom Rini | 2aab77f | 2021-10-12 08:58:58 -0400 | [diff] [blame] | 387 | |
Lukasz Majewski | 1610b68 | 2022-03-12 08:11:10 +0100 | [diff] [blame] | 388 | config PMIC_TPS65217 |
| 389 | bool "Enable driver for Texas Instruments TPS65217 PMIC" |
| 390 | ---help--- |
| 391 | The TPS65217 is a PMIC containing several LDOs, DC to DC convertors, |
| 392 | FETs and a battery charger. This driver provides register access |
| 393 | only, and you can enable the regulator/charger drivers separately if |
| 394 | required. |
| 395 | |
Tom Rini | d9feb83 | 2022-11-19 18:45:15 -0500 | [diff] [blame^] | 396 | config POWER_TPS65218 |
| 397 | bool "Enable legacy driver for TPS65218 PMIC" |
| 398 | |
| 399 | config POWER_TPS62362 |
| 400 | bool "Enable legacy driver for TPS62362 PMIC" |
| 401 | |
| 402 | config SPL_POWER_TPS62362 |
| 403 | bool "Enable legacy driver for TPS62362 PMIC in SPL" |
| 404 | default y if POWER_TPS62362 |
| 405 | depends on SPL |
| 406 | |
| 407 | config SPL_POWER_TPS65910 |
| 408 | bool "Enable legacy driver for TPS65910 PMIC in SPL" |
| 409 | depends on SPL |
| 410 | |
Tom Rini | 518c5df | 2022-11-19 18:45:08 -0500 | [diff] [blame] | 411 | if POWER_LEGACY || SPL_POWER_LEGACY |
| 412 | |
Tom Rini | d9feb83 | 2022-11-19 18:45:15 -0500 | [diff] [blame^] | 413 | config POWER_HI6553 |
| 414 | bool "Enable legacy driver for HI6553 PMIC" |
| 415 | |
| 416 | config POWER_LTC3676 |
| 417 | bool "Enable legacy driver for LTC3676 PMIC" |
| 418 | |
| 419 | config POWER_PFUZE100 |
| 420 | bool "Enable legacy driver for PFUZE100 PMIC" |
| 421 | |
| 422 | config POWER_PFUZE3000 |
| 423 | bool "Enable legacy driver for PFUZE3000 PMIC" |
| 424 | |
Tom Rini | 2aab77f | 2021-10-12 08:58:58 -0400 | [diff] [blame] | 425 | config POWER_MC34VR500 |
| 426 | bool "Enable driver for Freescale MC34VR500 PMIC" |
Tom Rini | 2aab77f | 2021-10-12 08:58:58 -0400 | [diff] [blame] | 427 | ---help--- |
| 428 | The MC34VR500 is used in conjunction with the FSL T1 and LS1 series |
| 429 | SoC. It provides 4 buck DC-DC convertors and 5 LDOs, and it is accessed |
| 430 | via an I2C interface. |
Tom Rini | 518c5df | 2022-11-19 18:45:08 -0500 | [diff] [blame] | 431 | |
| 432 | endif |