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:
parent
415cf08001
commit
752032c993
|
|
@ -569,6 +569,12 @@ static struct rockchip_mux_recalced_data rk3308b_mux_recalced_data[] = {
|
|||
.reg = 0x34,
|
||||
.bit = 8,
|
||||
.mask = 0xf
|
||||
}, {
|
||||
.num = 3,
|
||||
.pin = 12,
|
||||
.reg = 0x68,
|
||||
.bit = 8,
|
||||
.mask = 0xf
|
||||
}, {
|
||||
.num = 3,
|
||||
.pin = 13,
|
||||
|
|
|
|||
Loading…
Reference in New Issue