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

Commit 008f6d2a authored by eric miao's avatar eric miao Committed by Russell King
Browse files

[ARM] 4675/1: pxa: fix mfp address definition error for pxa320

parent 4a78942d
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -23,8 +23,11 @@
static struct pxa3xx_mfp_addr_map pxa320_mfp_addr_map[] __initdata = {

	MFP_ADDR_X(GPIO0,  GPIO4,   0x0124),
	MFP_ADDR_X(GPIO5,  GPIO26,  0x028C),
	MFP_ADDR_X(GPIO27, GPIO62,  0x0400),
	MFP_ADDR_X(GPIO5,  GPIO9,   0x028C),
	MFP_ADDR(GPIO10, 0x0458),
	MFP_ADDR_X(GPIO11, GPIO26,  0x02A0),
	MFP_ADDR_X(GPIO27, GPIO48,  0x0400),
	MFP_ADDR_X(GPIO49, GPIO62,  0x045C),
	MFP_ADDR_X(GPIO63, GPIO73,  0x04B4),
	MFP_ADDR_X(GPIO74, GPIO98,  0x04F0),
	MFP_ADDR_X(GPIO99, GPIO127, 0x0600),