clk: rockchip: Add clock controller for the RK3576
Add the clock and reset tree definitions for the new RK3576 SoC. As opposed to the other rockchip CRU drivers, the GRF node is looked up via compatible instead of a phandle, which simplifies the device tree bindings. Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com> Signed-off-by: YouMin Chen <cym@rock-chips.com> Signed-off-by: Liang Chen <cl@rock-chips.com> Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com> Reviewed-by: Elaine Zhang <zhangqing@rock-chips.com> Tested-by: Shawn Lin <shawn.lin@rock-chips.com> Acked-by: Dragan Simic <dsimic@manjaro.org>
Showing
- drivers/clk/rockchip/Kconfig 7 additions, 0 deletionsdrivers/clk/rockchip/Kconfig
- drivers/clk/rockchip/Makefile 1 addition, 0 deletionsdrivers/clk/rockchip/Makefile
- drivers/clk/rockchip/clk-rk3576.c 1829 additions, 0 deletionsdrivers/clk/rockchip/clk-rk3576.c
- drivers/clk/rockchip/clk.h 53 additions, 0 deletionsdrivers/clk/rockchip/clk.h
- drivers/clk/rockchip/rst-rk3576.c 652 additions, 0 deletionsdrivers/clk/rockchip/rst-rk3576.c
drivers/clk/rockchip/clk-rk3576.c
0 → 100644
This diff is collapsed.
drivers/clk/rockchip/rst-rk3576.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment