Re: [PATCH] clk: qcom: Fix blsp2_ahb_clk register offset

From: Mike Turquette
Date: Fri May 23 2014 - 18:55:42 EST


Quoting Georgi Djakov (2014-05-20 09:50:54)
> The address of the blsp2_ahb_clk register is incorrect. Fix it.
>
> Signed-off-by: Georgi Djakov <gdjakov@xxxxxxxxxx>

Applied to clk-next.

Regards,
Mike

> ---
> drivers/clk/qcom/gcc-msm8974.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/qcom/gcc-msm8974.c b/drivers/clk/qcom/gcc-msm8974.c
> index 51d457e..7968ed2 100644
> --- a/drivers/clk/qcom/gcc-msm8974.c
> +++ b/drivers/clk/qcom/gcc-msm8974.c
> @@ -1340,7 +1340,7 @@ static struct clk_branch gcc_blsp1_uart6_apps_clk = {
> };
>
> static struct clk_branch gcc_blsp2_ahb_clk = {
> - .halt_reg = 0x05c4,
> + .halt_reg = 0x0944,
> .halt_check = BRANCH_HALT_VOTED,
> .clkr = {
> .enable_reg = 0x1484,
> --
> 1.7.9.5
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/