Re: [PATCH 6/7] clk: qcom: ipq: Add lpass clock controller driver

From: Stephen Boyd
Date: Thu Nov 20 2014 - 21:18:35 EST


On 11/19/2014 04:10 PM, Stephen Boyd wrote:
> +
> +static struct clk_regmap_div mi2s_bit_div_clk = {
> + .reg = 0x48,
> + .shift = 10,
> + .width = 4,
> + .clkr = {
> + .enable_reg = 0x48,
> + .enable_mask = BIT(15),

This also has a halt bit so I'll add that in the next version by
splitting this down further into a divider and a branch.

--
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/