Exemplo n.º 1
0
static void loco_suspend_exit(void)
{
	if (!board_is_mx53_loco_mc34708()) {
		if (da9053_get_chip_version())
			da9053_restore_volt_settings();
	}
}
Exemplo n.º 2
0
static void smd_suspend_exit(void)
{
	if (da9053_get_chip_version())
		da9053_restore_volt_settings();
}