pinctrl: rockchip: fix rk3288 nr_pins warning

Change-Id: I4631a88b5706cb8cdc190fb3432936c791e70bda
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu 2020-07-14 10:26:04 +08:00 committed by Jianhong Chen
parent 6af6afb3d8
commit 2f6aff5865
1 changed files with 1 additions and 1 deletions

View File

@ -3532,7 +3532,7 @@ static struct rockchip_pin_bank rk3288_pin_banks[] = {
static const struct rockchip_pin_ctrl rk3288_pin_ctrl = {
.pin_banks = rk3288_pin_banks,
.nr_banks = ARRAY_SIZE(rk3288_pin_banks),
.nr_pins = 248,
.nr_pins = 264,
.label = "RK3288-GPIO",
.type = RK3288,
.grf_mux_offset = 0x0,