commit | a787d95140f66347eb3ad3839c7073daca03b452 | [log] [tgz] |
---|---|---|
author | Stefan Wahren <stefan.wahren@i2se.com> | Thu May 21 11:20:17 2015 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Mon Jun 01 09:21:54 2015 +0200 |
tree | 264b3b231ca9738075d0ee46cbbe6def1c71f7c8 | |
parent | cfda859989e417b8d69dc2fbbe6986274d886f87 [diff] |
mxs: Do not disable bo detection when DC-DC is already enabled In case the DC-DC is already enabled mxs_enable_4p2_dcdc_input() returns without reenabling brown out detection. So fix this issue by moving the return before brown out deactivation. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Marek Vasut <marex@denx.de>