Commit 3c861b88 authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Kukjin Kim

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: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 7cda3440
......@@ -605,6 +605,8 @@ static void __init gta02_machine_init(void)
platform_add_devices(gta02_devices, ARRAY_SIZE(gta02_devices));
pm_power_off = gta02_poweroff;
regulator_has_full_constraints();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment