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

Commit ecf763c5 authored by Marek Vasut's avatar Marek Vasut Committed by Eric Miao
Browse files

[ARM] pxa: add STUART MFP config for PalmTX,T5,LD

parent eb906911
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -128,6 +128,10 @@ static unsigned long palmld_pin_config[] __initdata = {
	GPIO38_GPIO,	/* wifi ready */
	GPIO81_GPIO,	/* wifi reset */

	/* FFUART */
	GPIO34_FFUART_RXD,
	GPIO39_FFUART_TXD,

	/* HDD */
	GPIO98_GPIO,	/* HDD reset */
	GPIO115_GPIO,	/* HDD power */
+4 −0
Original line number Diff line number Diff line
@@ -111,6 +111,10 @@ static unsigned long palmt5_pin_config[] __initdata = {
	/* PWM */
	GPIO16_PWM0_OUT,

	/* FFUART */
	GPIO34_FFUART_RXD,
	GPIO39_FFUART_TXD,

	/* MISC */
	GPIO10_GPIO,	/* hotsync button */
	GPIO90_GPIO,	/* power detect */
+4 −0
Original line number Diff line number Diff line
@@ -127,6 +127,10 @@ static unsigned long palmtx_pin_config[] __initdata = {
	GPIO76_LCD_PCLK,
	GPIO77_LCD_BIAS,

	/* FFUART */
	GPIO34_FFUART_RXD,
	GPIO39_FFUART_TXD,

	/* MISC. */
	GPIO10_GPIO,	/* hotsync button */
	GPIO12_GPIO,	/* power detect */