Re: [PATCH v2 8/9] clocks: qcom: Add clock driver for QCS404 SoC

2022-07-11 Thread Sumit Garg
Hi Ramon, Thanks for your review. On Mon, 11 Jul 2022 at 20:08, Ramon Fried wrote: > > On Fri, Jul 8, 2022 at 4:14 PM Sumit Garg wrote: > > > > Currently its a dummy clock driver as clocks for UART and eMMC have been > > already enabled by ABL. Along with this import "qcom,gcc-qcs404.h" header

Re: [PATCH v2 8/9] clocks: qcom: Add clock driver for QCS404 SoC

2022-07-11 Thread Ramon Fried
On Fri, Jul 8, 2022 at 4:14 PM Sumit Garg wrote: > > Currently its a dummy clock driver as clocks for UART and eMMC have been > already enabled by ABL. Along with this import "qcom,gcc-qcs404.h" header > from Linux mainline to support DT bindings. I think it's better to initialize the clocks also

[PATCH v2 8/9] clocks: qcom: Add clock driver for QCS404 SoC

2022-07-08 Thread Sumit Garg
Currently its a dummy clock driver as clocks for UART and eMMC have been already enabled by ABL. Along with this import "qcom,gcc-qcs404.h" header from Linux mainline to support DT bindings. Signed-off-by: Sumit Garg --- arch/arm/mach-snapdragon/clock-qcs404.c | 30