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

Commit b49e385f authored by Eric Miao's avatar Eric Miao
Browse files

[ARM] pxa/zylonite: configure GPIO18/19 correctly, used by 2 GPIO expanders



Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
parent 15fbc938
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -127,6 +127,10 @@ static mfp_cfg_t common_mfp_cfg[] __initdata = {
	/* Standard I2C */
	GPIO21_I2C_SCL,
	GPIO22_I2C_SDA,

	/* GPIO */
	GPIO18_GPIO,	/* GPIO Expander #0 INT_N */
	GPIO19_GPIO,	/* GPIO Expander #1 INT_N */
};

static mfp_cfg_t pxa300_mfp_cfg[] __initdata = {