mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
camera: wrong use of iomux_set in file rk30_camera.c, instead of iomux_set_gpio_mode
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user