On 01/16/15 06:48, Archit Taneja wrote:
> +
> +static struct clk_branch ebi2_aon_clk = {
> +     .hwcg_reg = 0x3b00,
> +     .hwcg_bit = 6,

It looks like these bits only apply to ebi2_clk, and not ebi2_aon_clk,
so these two lines should be dropped.

> +     .halt_reg = 0x2fcc,
> +     .halt_bit = 0,
> +     .clkr = {
> +             .enable_reg = 0x3b00,
> +             .enable_mask = BIT(8),
> +             .hw.init = &(struct clk_init_data){
> +                     .name = "ebi2_always_on_clk",
> +                     .ops = &clk_branch_ops,
> +                     .flags = CLK_IS_ROOT,
> +             },
> +     },
> +};
>

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to