mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
pinctrl/rockchip: fix rk3568 pull comments
Signed-off-by: Steven Liu <steven.liu@rock-chips.com> Change-Id: Ic06e6d428524b56bc8a227cb328bfe50ed0801f4
This commit is contained in:
parent
d7e1493f44
commit
e6d7502e91
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user