mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user