From 856ca3fcd367f64103aa83477b229817df26f11b Mon Sep 17 00:00:00 2001 From: XiaoDong Huang Date: Thu, 13 Jul 2023 16:34:32 +0800 Subject: [PATCH] ARM: rockchip: rv1106: pull up gpio0_a4 for lower power Signed-off-by: XiaoDong Huang Change-Id: Ia38833a0ac8396a3cc93f4090c2c3eb75ef5db15 --- arch/arm/mach-rockchip/rv1106_pm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */