From e6d7502e9109c1f437a1974629fb529d7383504e Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Sat, 6 May 2023 15:49:16 +0800 Subject: [PATCH] pinctrl/rockchip: fix rk3568 pull comments Signed-off-by: Steven Liu Change-Id: Ic06e6d428524b56bc8a227cb328bfe50ed0801f4 --- drivers/pinctrl/pinctrl-rockchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/pinctrl-rockchip.c b/drivers/pinctrl/pinctrl-rockchip.c index 73c81474d0f8..81191ae3f8ed 100644 --- a/drivers/pinctrl/pinctrl-rockchip.c +++ b/drivers/pinctrl/pinctrl-rockchip.c @@ -3231,7 +3231,7 @@ static int rockchip_set_pull(struct rockchip_pin_bank *bank, } } /* - * In the TRM, pull-up being 1 for everything except the GPIO0_D0-D6, + * In the TRM, pull-up being 1 for everything except the GPIO0_D3-D6, * where that pull up value becomes 3. */ if (ctrl->type == RK3568 && bank->bank_num == 0 && pin_num >= 27 && pin_num <= 30) {