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

Commit 9e2d160b authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: hxchipset: set rst pin to low during suspend"

parents cf66a9d6 6ccb33a2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -464,7 +464,10 @@ static void himax_mcu_resume_ic_action(void)

static void himax_mcu_suspend_ic_action(void)
{
	/* Nothing to do */
	/* Keep TS_RESET PIN to LOW, to avoid leakage during suspend */
#ifdef HX_RST_PIN_FUNC
	himax_rst_gpio_set(private_ts->rst_gpio, 0);
#endif
}

static void himax_mcu_power_on_init(void)