Re: [PATCH v1 3/4] clk: qcom: gcc: Add support for GCC LPASS clock for SC7180
From: Stephen Boyd
Date: Thu Apr 09 2020 - 16:08:13 EST
Quoting Taniya Das (2020-03-27 12:48:04)
> @@ -2406,6 +2419,7 @@ static struct clk_regmap *gcc_sc7180_clocks[] = {
> [GCC_MSS_NAV_AXI_CLK] = &gcc_mss_nav_axi_clk.clkr,
> [GCC_MSS_Q6_MEMNOC_AXI_CLK] = &gcc_mss_q6_memnoc_axi_clk.clkr,
> [GCC_MSS_SNOC_AXI_CLK] = &gcc_mss_snoc_axi_clk.clkr,
> + [GCC_LPASS_CFG_NOC_SWAY_CLK] = &gcc_lpass_cfg_noc_sway_clk.clkr,
Sad to see that more defines are being added slowly to the header file.
It would be better to have all the defines there so the binding header
file isn't updated in small updates over months and months.
> };
>