pinctrl/rockchip: fix rk3568 pull comments

Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
Change-Id: Ic06e6d428524b56bc8a227cb328bfe50ed0801f4
This commit is contained in:
Steven Liu 2023-05-06 15:49:16 +08:00 committed by Tao Huang
parent d7e1493f44
commit e6d7502e91

View File

@ -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) {