Skip to content

Commit 0416824

Browse files
claudiubezneabebarino
authored andcommitted
clk: at91: add macro for pll ids mask
Add macro for PLL IDs mask. Signed-off-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent c57aaaa commit 0416824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/clk/at91_pmc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
#define AT91_PMC_PLL_UPDT 0x1C /* PMC PLL update register [for SAM9X60] */
6060
#define AT91_PMC_PLL_UPDT_UPDATE (1 << 8) /* Update PLL settings */
6161
#define AT91_PMC_PLL_UPDT_ID (1 << 0) /* PLL ID */
62+
#define AT91_PMC_PLL_UPDT_ID_MSK (0xf) /* PLL ID mask */
6263
#define AT91_PMC_PLL_UPDT_STUPTIM (0xff << 16) /* Startup time */
6364

6465
#define AT91_CKGR_MOR 0x20 /* Main Oscillator Register [not on SAM9RL] */

0 commit comments

Comments
 (0)