Commit b49e385f authored by Eric Miao's avatar Eric Miao

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

Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
parent 15fbc938
......@@ -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 = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment