commit | 1c3c601ac54d3e3f301f391c4aa86a891d4db6c2 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Tue May 09 16:32:39 2023 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 11 14:40:03 2023 +0200 |
tree | e9544c475dca8054ff5499fd8c3dd9f5b7da3585 | |
parent | 8f70f3df6201f28ac0ea604840d1c0e62d521629 [diff] |
arm: mxs: Provide Kconfig option to to not use VDD5V as IMX28 PMU source This option sets the current limit for 5V source to zero, so all the PMU outputs are primarily powered from battery source (DCDC_BAT). This option may be set on systems, where the 5V is NOT supposed to be in any scenario powering the system - for example on systems where DCDC_BAT is connected to fixed and regulated 4.2V source (so the "battery" is not present). Signed-off-by: Lukasz Majewski <lukma@denx.de>