提交 e660c44d 编写于 作者: A Ashok 提交者: Stefano Babic

mx35pdk:Use IMX_GPIO_NR macro

Use IMX_GPO_NR macro
Signed-off-by: NAshok Kumar Reddy <ashokkourla2000@gmail.com>
Acked-by: NStefano Babic <sbabic@denx.de>
上级 1f75b541
......@@ -274,7 +274,7 @@ int board_late_init(void)
mxc_request_iomux(MX35_PIN_COMPARE, MUX_CONFIG_GPIO);
mxc_iomux_set_input(MUX_IN_GPIO1_IN_5, INPUT_CTL_PATH0);
gpio_direction_output(37, 1);
gpio_direction_output(IMX_GPIO_NR(2, 5), 1);
}
val = mc9sdz60_reg_read(MC9SDZ60_REG_GPIO_1) | 0x04;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册