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

Commit a98b51e5 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

board-8084-gpiomux: Add GPIO116 for EPM CS



GPIO116 is used as a chip select for EPM. It is a active low
signal and is being added as part of the blsp configuration.
It uses a FUNC1 and shares similar GPIO configuration properties
for SPI configuration with MOSI, MISO and CLK.

Change-Id: I6245ca7f60c51e82011364c0d49695b6f60498bb
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 52423fac
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