mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
d772326b50
commit
b94ecddd31
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user