[PATCH 2/3] clk/qcom: qcm2290: Fix vote_bit of gpll6 clock

Neil Armstrong neil.armstrong at linaro.org
Wed May 13 09:33:03 CEST 2026


Please add a commit message

On 5/12/26 16:44, Biswapriyo Nath wrote:
> Fixes: 3ddc67573fab ("clk/qcom: qcm2290: Add SDCC1 apps clock frequency table")
> Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
> ---
>   drivers/clk/qcom/clock-qcm2290.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/qcom/clock-qcm2290.c b/drivers/clk/qcom/clock-qcm2290.c
> index 5a599085b500..c38ff1a1e4a5 100644
> --- a/drivers/clk/qcom/clock-qcm2290.c
> +++ b/drivers/clk/qcom/clock-qcm2290.c
> @@ -73,7 +73,7 @@ static const struct pll_vote_clk gpll6_clk = {
>   	.status = 0x6000,
>   	.status_bit = BIT(31),
>   	.ena_vote = 0x79000,
> -	.vote_bit = BIT(7),
> +	.vote_bit = BIT(6),
>   };
>   
>   static const struct gate_clk qcm2290_clks[] = {
> 



More information about the U-Boot mailing list