"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: rockchip: rk3128: Support reset controller

Support the reset controller part of RK3128's CRU.

Signed-off-by: Alex Bee <knaerzche@gmail.com>

authored by

Alex Bee and committed by
joshua stein
c03b3979 6d12d063

+7
+7
drivers/clk/rockchip/clk_rk3128.c
··· 584 584 dev_set_priv(sys_child, priv); 585 585 } 586 586 587 + #if CONFIG_IS_ENABLED(RESET_ROCKCHIP) 588 + ret = offsetof(struct rk3128_cru, cru_softrst_con[0]); 589 + ret = rockchip_reset_bind(dev, ret, 9); 590 + if (ret) 591 + debug("Warning: software reset driver bind failed\n"); 592 + #endif 593 + 587 594 return 0; 588 595 } 589 596