mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
mfd: twl4030-power: Fix pmic for boards that need vmmc1 on reboot
commit ad48ed0c57 upstream.
At least two different omap3630/3730 boards booting from MMC1
fail to reboot if the "ti,twl4030-power-idle-osc-off" or
"ti,twl4030-power-idle" compatible flags are set. This patch will
keep the vmmc1 powered up during reboot allowing the bootloader
to load.
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
aa1a6cf158
commit
dc554abdae
@@ -701,6 +701,7 @@ static struct twl4030_ins omap3_wrst_seq[] = {
|
||||
TWL_RESOURCE_RESET(RES_MAIN_REF),
|
||||
TWL_RESOURCE_GROUP_RESET(RES_GRP_ALL, RES_TYPE_R0, RES_TYPE2_R2),
|
||||
TWL_RESOURCE_RESET(RES_VUSB_3V1),
|
||||
TWL_RESOURCE_RESET(RES_VMMC1),
|
||||
TWL_RESOURCE_GROUP_RESET(RES_GRP_ALL, RES_TYPE_R0, RES_TYPE2_R1),
|
||||
TWL_RESOURCE_GROUP_RESET(RES_GRP_RC, RES_TYPE_ALL, RES_TYPE2_R0),
|
||||
TWL_RESOURCE_ON(RES_RESET),
|
||||
|
||||
Reference in New Issue
Block a user