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

Commit 9070e7af authored by Mark Brown's avatar Mark Brown Committed by Sascha Hauer
Browse files

mx31ads: imoux pins should be passed in as unsigned int



To match the mxc_iomux_setup_multiple_pins() prototype.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 470f9b60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ static struct imxuart_platform_data uart_pdata = {
	.flags = IMXUART_HAVE_RTSCTS,
};

static int uart_pins[] = {
static unsigned int uart_pins[] = {
	MX31_PIN_CTS1__CTS1,
	MX31_PIN_RTS1__RTS1,
	MX31_PIN_TXD1__TXD1,