ARM: S3C2440: Call regulator_has_full_constraints on GTA02
This allows the regulator core to disable all regulators which are not in use at the end of the kernel init phase. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
7cda344077
commit
3c861b88d0
|
@ -605,6 +605,8 @@ static void __init gta02_machine_init(void)
|
||||||
|
|
||||||
platform_add_devices(gta02_devices, ARRAY_SIZE(gta02_devices));
|
platform_add_devices(gta02_devices, ARRAY_SIZE(gta02_devices));
|
||||||
pm_power_off = gta02_poweroff;
|
pm_power_off = gta02_poweroff;
|
||||||
|
|
||||||
|
regulator_has_full_constraints();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue