pinctrl: rockchip: Add gpio3b4 io function recalculated select for RK3308B

Accroding to the datasheet, the pin of gpio3b4 needs to be
recalculated for iomux selecting.

Change-Id: I827be9a51851ee9323a133d8bded8b09e068f1b4
Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
David.Wu 2018-12-26 09:12:43 +08:00 committed by Kever Yang
parent 415cf08001
commit 752032c993
1 changed files with 6 additions and 0 deletions

View File

@ -569,6 +569,12 @@ static struct rockchip_mux_recalced_data rk3308b_mux_recalced_data[] = {
.reg = 0x34, .reg = 0x34,
.bit = 8, .bit = 8,
.mask = 0xf .mask = 0xf
}, {
.num = 3,
.pin = 12,
.reg = 0x68,
.bit = 8,
.mask = 0xf
}, { }, {
.num = 3, .num = 3,
.pin = 13, .pin = 13,