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

Commit 288a97eb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: touchscreen: fix probe sequence in focaltech"

parents c6b299c0 aaf09dee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1130,13 +1130,13 @@ static int fts_ts_probe(struct i2c_client *client,

	fts_input_dev_init(client, data, input_dev, pdata);

	fts_ctpm_get_upgrade_array();

#if FTS_POWER_SOURCE_CUST_EN
	fts_power_source_init(data);
	fts_power_source_ctrl(data, 1);
#endif

	fts_ctpm_get_upgrade_array();

	err = fts_gpio_configure(data);
	if (err < 0) {
		FTS_ERROR("[GPIO]Failed to configure the gpios");