Skip to content

Commit

Permalink
Revert "clk: qcom: clk-alpha-pll: Fix the pll post div mask"
Browse files Browse the repository at this point in the history
This reverts commit 2c4553e.
  • Loading branch information
barni2000 committed Sep 24, 2024
1 parent f715e7b commit 248da6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/qcom/clk-alpha-pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

#define PLL_USER_CTL(p) ((p)->offset + (p)->regs[PLL_OFF_USER_CTL])
# define PLL_POST_DIV_SHIFT 8
# define PLL_POST_DIV_MASK(p) GENMASK((p)->width - 1, 0)
# define PLL_ALPHA_MSB BIT(15)
# define PLL_POST_DIV_MASK(p) GENMASK((p)->width, 0)
# define PLL_ALPHA_EN BIT(24)
# define PLL_ALPHA_MODE BIT(25)
# define PLL_VCO_SHIFT 20
Expand Down

0 comments on commit 248da6d

Please sign in to comment.