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

Commit 7d295c62 authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

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



BLSP UART 1 should not be controlled by Linux on the fsm9900
platforms.

Change-Id: I8604a0be7fb20c11800754016337a3e90c0434bb
Acked-by: default avatarJennifer L. Zenner <jzenner@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent c4251672
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 = {