summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2016-01-29 16:35:02 -0800
committerStephen Boyd <sboyd@codeaurora.org>2016-01-29 16:35:02 -0800
commit4c9f242203d83838ca412eaeb70dfad6531b9a4d (patch)
tree35dec1bf40085f9a91a961291e287c7f4b8213e2 /include/dt-bindings
parentb9e65ebc654dffeb77d8ef878bd6b2da30c55a94 (diff)
parentdf416e565d6e1d18cfa3b5e016a667bf51ce6aac (diff)
downloadlinux-4c9f242203d83838ca412eaeb70dfad6531b9a4d.tar.bz2
Merge branch 'clk-iproc' into clk-next
* clk-iproc: clk: iproc: Remove __init from header clk: iproc: Add support for Cygnus audio clocks Documentation: dt-bindings: Add DT bindings for Cygnus audio clock
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/bcm-cygnus.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/bcm-cygnus.h b/include/dt-bindings/clock/bcm-cygnus.h
index 32fbc475087a..62ac5d782a00 100644
--- a/include/dt-bindings/clock/bcm-cygnus.h
+++ b/include/dt-bindings/clock/bcm-cygnus.h
@@ -65,4 +65,10 @@
#define BCM_CYGNUS_ASIU_ADC_CLK 1
#define BCM_CYGNUS_ASIU_PWM_CLK 2
+/* AUDIO clock ID */
+#define BCM_CYGNUS_AUDIOPLL 0
+#define BCM_CYGNUS_AUDIOPLL_CH0 1
+#define BCM_CYGNUS_AUDIOPLL_CH1 2
+#define BCM_CYGNUS_AUDIOPLL_CH2 3
+
#endif /* _CLOCK_BCM_CYGNUS_H */