Re: [PATCH 3/4] clk/qcom: add driver for sm8250 GCC

2024-04-10 Thread Caleb Connolly
Hi Sumit, +static const struct gate_clk sm8250_clks[] = { + GATE_CLK(GCC_AGGRE_UFS_CARD_AXI_CLK, 0x750cc, 0x0001), + GATE_CLK(GCC_AGGRE_UFS_PHY_AXI_CLK, 0x770cc, 0x0001), + GATE_CLK(GCC_AGGRE_USB3_PRIM_AXI_CLK, 0x0f080, 0x0001), + GATE_CLK(GCC_AGGRE_USB3_SEC_A

Re: [PATCH 3/4] clk/qcom: add driver for sm8250 GCC

2024-04-10 Thread Sumit Garg
Hi Caleb, On Mon, 8 Apr 2024 at 18:37, Caleb Connolly wrote: > > Add a clock driver for the SM8250 SoC. This driver can enable necessary > clocks for UART, UFS, USB, and MMC. > > Signed-off-by: Caleb Connolly > --- > drivers/clk/qcom/Kconfig| 8 ++ > drivers/clk/qcom/Makefile |

[PATCH 3/4] clk/qcom: add driver for sm8250 GCC

2024-04-08 Thread Caleb Connolly
Add a clock driver for the SM8250 SoC. This driver can enable necessary clocks for UART, UFS, USB, and MMC. Signed-off-by: Caleb Connolly --- drivers/clk/qcom/Kconfig| 8 ++ drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/clock-qcom.h | 1 + drivers/clk/qcom/clock-sm8250.