[PATCH 2/5] clk/qcom: sm8250: Remove unused defines
Neil Armstrong
neil.armstrong at linaro.org
Tue Sep 30 20:38:23 CEST 2025
On 9/24/25 13:30, Luca Weiss wrote:
> Clean up some defines which are not used in the driver.
>
> Signed-off-by: Luca Weiss <luca.weiss at fairphone.com>
> ---
> drivers/clk/qcom/clock-sm8250.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/drivers/clk/qcom/clock-sm8250.c b/drivers/clk/qcom/clock-sm8250.c
> index cc481258d2266a40c54d51fd2c5faee22ea9f2cc..37268c4eaf5a6c89f519cf9853101717ce86b9c9 100644
> --- a/drivers/clk/qcom/clock-sm8250.c
> +++ b/drivers/clk/qcom/clock-sm8250.c
> @@ -18,14 +18,9 @@
> #define GCC_SE12_UART_RCG_REG 0x184D0
> #define GCC_SDCC2_APPS_CLK_SRC_REG 0x1400c
>
> -#define APCS_GPLL0_ENA_VOTE 0x79000
> #define APCS_GPLL9_STATUS 0x1c000
> #define APCS_GPLLX_ENA_REG 0x52018
>
> -#define USB30_PRIM_MASTER_CLK_CMD_RCGR 0xf020
> -#define USB30_PRIM_MOCK_UTMI_CLK_CMD_RCGR 0xf038
> -#define USB3_PRIM_PHY_AUX_CMD_RCGR 0xf064
> -
> static const struct freq_tbl ftbl_gcc_qupv3_wrap1_s4_clk_src[] = {
> F(7372800, CFG_CLK_SRC_GPLL0_EVEN, 1, 384, 15625),
> F(14745600, CFG_CLK_SRC_GPLL0_EVEN, 1, 768, 15625),
>
Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>
More information about the U-Boot
mailing list