On 1/30/23 16:57, Jagan Teki wrote:
Add clock driver support for Rockchip RK3588 SoC.

Signed-off-by: Elaine Zhang <zhangq...@rock-chips.com>
Signed-off-by: Jagan Teki <ja...@edgeble.ai>
---
  drivers/clk/rockchip/Makefile     |    1 +
  drivers/clk/rockchip/clk_rk3588.c | 1996 +++++++++++++++++++++++++++++
  2 files changed, 1997 insertions(+)
  create mode 100644 drivers/clk/rockchip/clk_rk3588.c

diff --git a/drivers/clk/rockchip/Makefile b/drivers/clk/rockchip/Makefile
index f719f4e379..9e379cc2e3 100644
--- a/drivers/clk/rockchip/Makefile
+++ b/drivers/clk/rockchip/Makefile
@@ -16,5 +16,6 @@ obj-$(CONFIG_ROCKCHIP_RK3328) += clk_rk3328.o
  obj-$(CONFIG_ROCKCHIP_RK3368) += clk_rk3368.o
  obj-$(CONFIG_ROCKCHIP_RK3399) += clk_rk3399.o
  obj-$(CONFIG_ROCKCHIP_RK3568) += clk_rk3568.o
+obj-$(CONFIG_ROCKCHIP_RK3588) += clk_rk3588.o
  obj-$(CONFIG_ROCKCHIP_RV1108) += clk_rv1108.o
  obj-$(CONFIG_ROCKCHIP_RV1126) += clk_rv1126.o
diff --git a/drivers/clk/rockchip/clk_rk3588.c 
b/drivers/clk/rockchip/clk_rk3588.c


Hello Jagan,

Have you noticed my questions on your previous version? I don't see any changes in your current version on these aspects:

https://patchwork.ozlabs.org/project/uboot/patch/20230125222741.303259-6-ja...@edgeble.ai/

and here

https://patchwork.ozlabs.org/project/uboot/patch/20230125222741.303259-12-ja...@edgeble.ai/

Thanks

Reply via email to