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

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

Merge "msm: fsm9900: Remove BLSP UART 1 TX and RX GPIO control"

parents 4a0190c2 7d295c62
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -36,18 +36,6 @@ static struct gpiomux_setting blsp_i2c_config = {
};

static struct msm_gpiomux_config fsm_blsp_configs[] __initdata = {
	{
		.gpio      = 0,	       /* BLSP UART1 TX */
		.settings = {
			[GPIOMUX_SUSPENDED] = &blsp_uart_no_pull_config,
		},
	},
	{
		.gpio      = 1,	       /* BLSP UART1 RX */
		.settings = {
			[GPIOMUX_SUSPENDED] = &blsp_uart_pull_up_config,
		},
	},
	{
		.gpio      = 2,	       /* BLSP I2C SDA */
		.settings = {