pinctrl: rockchip: fix rk3308 nr_pins to 160
Change-Id: Ib3d1d9149d222c8fe60bbfe20bdc9f1dadbeabe8 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
parent
bc0a7e781e
commit
e21613fbf5
|
|
@ -3569,6 +3569,7 @@ static struct rockchip_pin_bank rk3308_pin_banks[] = {
|
||||||
static struct rockchip_pin_ctrl rk3308_pin_ctrl = {
|
static struct rockchip_pin_ctrl rk3308_pin_ctrl = {
|
||||||
.pin_banks = rk3308_pin_banks,
|
.pin_banks = rk3308_pin_banks,
|
||||||
.nr_banks = ARRAY_SIZE(rk3308_pin_banks),
|
.nr_banks = ARRAY_SIZE(rk3308_pin_banks),
|
||||||
|
.nr_pins = 160,
|
||||||
.label = "RK3308-GPIO",
|
.label = "RK3308-GPIO",
|
||||||
.type = RK3308,
|
.type = RK3308,
|
||||||
.grf_mux_offset = 0x0,
|
.grf_mux_offset = 0x0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue