ARM: rockchip: rv1106: pull up gpio0_a4 for lower power
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com> Change-Id: Ia38833a0ac8396a3cc93f4090c2c3eb75ef5db15
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user