aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorNicolas Ferre <[email protected]>2015-06-18 14:43:29 +0200
committerStephen Boyd <[email protected]>2015-10-01 12:39:44 -0700
commita5752e57bb63154fe9202d8d2282bad3bae3bced (patch)
treeee69d757fef97727d8041503b2bd07d3acefc4e6 /include/linux
parent36844bdf651a2ae2d35ae4b11337671905b67bff (diff)
clk: at91: add PMC sama5d2 support
Add support for the new sama5d2 SoC and adapt capabilities. Signed-off-by: Nicolas Ferre <[email protected]> Signed-off-by: Boris Brezillon <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clk/at91_pmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/clk/at91_pmc.h b/include/linux/clk/at91_pmc.h
index dfc59e2b64fb..dc2a0fa62eaa 100644
--- a/include/linux/clk/at91_pmc.h
+++ b/include/linux/clk/at91_pmc.h
@@ -164,6 +164,7 @@ extern void __iomem *at91_pmc_base;
#define AT91_PMC_MOSCSELS (1 << 16) /* Main Oscillator Selection [some SAM9] */
#define AT91_PMC_MOSCRCS (1 << 17) /* Main On-Chip RC [some SAM9] */
#define AT91_PMC_CFDEV (1 << 18) /* Clock Failure Detector Event [some SAM9] */
+#define AT91_PMC_GCKRDY (1 << 24) /* Generated Clocks */
#define AT91_PMC_IMR 0x6c /* Interrupt Mask Register */
#define AT91_PMC_PLLICPR 0x80 /* PLL Charge Pump Current Register */