> From: Elaine Zhang <[email protected]> > > Bind rockchip reset to clock-controller with rockchip_reset_bind(). > > Signed-off-by: Elaine Zhang <[email protected]> > Signed-off-by: Kever Yang <[email protected]> > --- > > Changes in v5: None > Changes in v4: > - fix compile error if CONFIG_RESET_ROCKCHIP not defined > > Changes in v3: > - add missing offset for rk3399 pmuclk bind > > Changes in v2: > - use rockchip_reset_bind() to bind reset driver. > > arch/arm/include/asm/arch-rockchip/clock.h | 10 ++++++++++ > drivers/clk/rockchip/clk_rk3036.c | 7 +++++++ > drivers/clk/rockchip/clk_rk3188.c | 7 +++++++ > drivers/clk/rockchip/clk_rk322x.c | 7 +++++++ > drivers/clk/rockchip/clk_rk3288.c | 7 +++++++ > drivers/clk/rockchip/clk_rk3328.c | 7 +++++++ > drivers/clk/rockchip/clk_rk3368.c | 7 +++++++ > drivers/clk/rockchip/clk_rk3399.c | 21 +++++++++++++++++++++ > drivers/clk/rockchip/clk_rv1108.c | 7 +++++++ > 9 files changed, 80 insertions(+) >
Acked-by: Philipp Tomsich <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

