mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-17 12:14:24 +00:00
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:
@@ -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,
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user