summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorNicolas Ferre2015-06-18 14:43:29 +0200
committerStephen Boyd2015-10-01 21:39:44 +0200
commita5752e57bb63154fe9202d8d2282bad3bae3bced (patch)
treeee69d757fef97727d8041503b2bd07d3acefc4e6 /include/dt-bindings
parentclk: at91: modify PMC peripheral clock to deal with newer register layout (diff)
downloadkernel-qcow2-linux-a5752e57bb63154fe9202d8d2282bad3bae3bced.tar.gz
kernel-qcow2-linux-a5752e57bb63154fe9202d8d2282bad3bae3bced.tar.xz
kernel-qcow2-linux-a5752e57bb63154fe9202d8d2282bad3bae3bced.zip
clk: at91: add PMC sama5d2 support
Add support for the new sama5d2 SoC and adapt capabilities. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/at91.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/at91.h b/include/dt-bindings/clock/at91.h
index 0b4cb999a3f7..ab3ee241d10c 100644
--- a/include/dt-bindings/clock/at91.h
+++ b/include/dt-bindings/clock/at91.h
@@ -18,5 +18,6 @@
#define AT91_PMC_MOSCSELS 16 /* Main Oscillator Selection */
#define AT91_PMC_MOSCRCS 17 /* Main On-Chip RC */
#define AT91_PMC_CFDEV 18 /* Clock Failure Detector Event */
+#define AT91_PMC_GCKRDY 24 /* Generated Clocks */
#endif