diff --git a/arch/arm/mach-rockchip/rv1106_pm.c b/arch/arm/mach-rockchip/rv1106_pm.c index 1f4656f34893..f989e05cf08b 100644 --- a/arch/arm/mach-rockchip/rv1106_pm.c +++ b/arch/arm/mach-rockchip/rv1106_pm.c @@ -949,9 +949,9 @@ static void gpio_config(void) /* gpio0_a3, pullnone */ gpio0_set_pull(3, RV1106_GPIO_PULL_NONE); - /* gpio0_a4, input, pulldown */ + /* gpio0_a4, input, pullup */ gpio0_set_iomux(4, 0); - gpio0_set_pull(4, RV1106_GPIO_PULL_DOWN); + gpio0_set_pull(4, RV1106_GPIO_PULL_UP); gpio0_set_direct(4, 0); /* gpio0_a5, input, pullnone */