mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
pinctrl: rockchip: Add rtc 32k io route data for rk3308
If rtc_32k pin iomux is enabled, the grf_rtc_32k_ioe needs to be enabled also. Change-Id: I24d04c09b1190aa0cd323231c2f2e27ae900d200 Signed-off-by: David Wu <david.wu@rock-chips.com>
This commit is contained in:
@@ -1006,6 +1006,13 @@ static struct rockchip_mux_route_data rk3228_mux_route_data[] = {
|
||||
|
||||
static struct rockchip_mux_route_data rk3308_mux_route_data[] = {
|
||||
{
|
||||
/* rtc_clk */
|
||||
.bank_num = 0,
|
||||
.pin = 19,
|
||||
.func = 1,
|
||||
.route_offset = 0x314,
|
||||
.route_val = BIT(16 + 0) | BIT(0),
|
||||
}, {
|
||||
/* uart2_rxm0 */
|
||||
.bank_num = 1,
|
||||
.pin = 22,
|
||||
|
||||
Reference in New Issue
Block a user