浏览代码

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

Signed-off-by: Eric Miao <eric.miao@marvell.com>
Eric Miao 16 年之前
父节点
当前提交
b49e385fc7
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      arch/arm/mach-pxa/zylonite_pxa300.c

+ 4 - 0
arch/arm/mach-pxa/zylonite_pxa300.c

@@ -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 = {