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

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

Merge "board-8084-gpiomux: Add GPIO116 for EPM CS"

parents 29dc94b4 a98b51e5
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -301,6 +301,12 @@ static struct msm_gpiomux_config msm_blsp_configs[] __initdata = {
		.settings = {
			[GPIOMUX_SUSPENDED] = &gpio_i2c_config,
		},
	},
	{
		.gpio      = 116,		/* BLSP1 QUP1 SPI_CS1 */
		.settings = {
			[GPIOMUX_SUSPENDED] = &gpio_spi_config,
		},
	}
};

@@ -324,12 +330,6 @@ static struct msm_gpiomux_config msm_eth_configs[] __initdata = {
			[GPIOMUX_SUSPENDED] = &gpio_eth_config,
		}
	},
	{
		.gpio      = 116,		/* BLSP1 QUP1 SPI_CS2 */
		.settings = {
			[GPIOMUX_SUSPENDED] = &gpio_spi_config,
		},
	},
};
#endif