Пример #1
0
static void loco_suspend_exit(void)
{
	if (!board_is_mx53_loco_mc34708()) {
		if (da9053_get_chip_version())
			da9053_restore_volt_settings();
	}
}
Пример #2
0
static void smd_suspend_enter(void)
{
	if (board_is_rev(BOARD_REV_4)) {
		smd_da9053_irq_wakeup_only_fixup();
		da9053_suspend_cmd_sw();
	} else {
		if (da9053_get_chip_version() !=
			DA9053_VERSION_BB)
			smd_da9053_irq_wakeup_only_fixup();

		da9053_suspend_cmd_hw();
	}
}
Пример #3
0
static void smd_suspend_exit(void)
{
	if (da9053_get_chip_version())
		da9053_restore_volt_settings();
}