summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2016-01-30 00:35:02 (GMT)
committerStephen Boyd <sboyd@codeaurora.org>2016-01-30 00:35:02 (GMT)
commit4c9f242203d83838ca412eaeb70dfad6531b9a4d (patch)
tree35dec1bf40085f9a91a961291e287c7f4b8213e2 /include
parentb9e65ebc654dffeb77d8ef878bd6b2da30c55a94 (diff)
parentdf416e565d6e1d18cfa3b5e016a667bf51ce6aac (diff)
downloadlinux-4c9f242203d83838ca412eaeb70dfad6531b9a4d.tar.xz
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')
-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 32fbc47..62ac5d7 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 */