camera: wrong use of iomux_set in file rk30_camera.c, instead of iomux_set_gpio_mode

This commit is contained in:
zyc
2013-01-16 17:03:53 +08:00
parent f0f9e6941b
commit d29416074c

View File

@@ -15,7 +15,7 @@
static int rk_sensor_iomux(int pin)
{
#if defined(CONFIG_ARCH_RK3066B) || defined(CONFIG_ARCH_RK3188)
iomux_set(pin);
iomux_set_gpio_mode(pin);
#elif defined(CONFIG_ARCH_RK30)
switch (pin)
{