Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -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();
}
}