summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2014-09-04 17:48:58 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-09-17 08:58:30 -0500
commitb5e46a27d5b2c792ac7fbe75ecda7d46530a8517 (patch)
treea60879ad1c193b28aee453c3426bc0ebc5750e35 /include/dt-bindings
parent4fb28727545a587a79579ca50f24121436e8b10a (diff)
ARM: clk-imx6q: refine clock tree for ASRC
ASRC has "asrc", "asrc_ipg", "asrc_mem" clocks, and they share the same gate bits. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com> (cherry-picked from commit 5db451dd1cdce0f3c234ca5048802ddc2ed0c5d7)
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/imx6qdl-clock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx6qdl-clock.h b/include/dt-bindings/clock/imx6qdl-clock.h
index c7b0fa8fe3e2..c0802e78f107 100644
--- a/include/dt-bindings/clock/imx6qdl-clock.h
+++ b/include/dt-bindings/clock/imx6qdl-clock.h
@@ -226,6 +226,8 @@
#define IMX6QDL_CLK_DCIC2 215
#define IMX6QDL_CLK_GPT_3M 216
#define IMX6QDL_CLK_ESAI_IPG 217
-#define IMX6QDL_CLK_END 218
+#define IMX6QDL_CLK_ASRC_IPG 218
+#define IMX6QDL_CLK_ASRC_MEM 219
+#define IMX6QDL_CLK_END 220
#endif /* __DT_BINDINGS_CLOCK_IMX6QDL_H */