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: I62cc16cae96fe2f9624d9c5940f9c34b304eaed7
Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
David.Wu
2018-12-24 19:40:52 +08:00
committed by Tao Huang
parent d772326b50
commit b94ecddd31

View File

@@ -840,6 +840,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,