ENGR00120456 mx51: set VIOHI always on

Set regulator VIOHI to be always on for several
soc power domains are supplied by VIOHI

Signed-off-by: Zhou Jingyu <Jingyu.Zhou@freescale.com>
This commit is contained in:
Zhou Jingyu
2010-02-03 13:00:35 +08:00
committed by Matt Sealey
parent b903ab0e88
commit ca4fc4a37f

View File

@@ -178,6 +178,7 @@ static struct regulator_init_data sw4_init = {
static struct regulator_init_data viohi_init = {
.constraints = {
.name = "VIOHI",
.always_on = 1,
.boot_on = 1,
}
};