]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mxs: Do not disable bo detection when DC-DC is already enabled
authorStefan Wahren <stefan.wahren@i2se.com>
Thu, 21 May 2015 11:20:17 +0000 (11:20 +0000)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:21 +0000 (22:47 +0200)
commit0ba30f6dbacf70c89481d4bb55683485c0609aea
tree33e54a62894d20f0132657ba3252ee9dfff19d5e
parent11273400f3ba8fed1ce0b16303686ebc59f55d78
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>
arch/arm/cpu/arm926ejs/mxs/spl_power_init.c