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:
parent
6af6afb3d8
commit
2f6aff5865
|
|
@ -3532,7 +3532,7 @@ static struct rockchip_pin_bank rk3288_pin_banks[] = {
|
||||||
static const struct rockchip_pin_ctrl rk3288_pin_ctrl = {
|
static const struct rockchip_pin_ctrl rk3288_pin_ctrl = {
|
||||||
.pin_banks = rk3288_pin_banks,
|
.pin_banks = rk3288_pin_banks,
|
||||||
.nr_banks = ARRAY_SIZE(rk3288_pin_banks),
|
.nr_banks = ARRAY_SIZE(rk3288_pin_banks),
|
||||||
.nr_pins = 248,
|
.nr_pins = 264,
|
||||||
.label = "RK3288-GPIO",
|
.label = "RK3288-GPIO",
|
||||||
.type = RK3288,
|
.type = RK3288,
|
||||||
.grf_mux_offset = 0x0,
|
.grf_mux_offset = 0x0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue