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

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

Merge "Bluetooth: Add delay between BT enable line toggle"

parents cc9dea30 44aefe7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -169,13 +169,13 @@ static int bt_configure_gpios(int on)
			BT_PWR_ERR("Unable to set direction\n");
			return rc;
		}

		msleep(50);
		rc = gpio_direction_output(bt_reset_gpio, 1);
		if (rc) {
			BT_PWR_ERR("Unable to set direction\n");
			return rc;
		}
		msleep(100);
		msleep(50);
	} else {
		gpio_set_value(bt_reset_gpio, 0);
		msleep(100);