diff options
author | Shengjiu Wang <shengjiu.wang@freescale.com> | 2014-09-04 17:48:58 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2015-09-17 08:58:30 -0500 |
commit | b5e46a27d5b2c792ac7fbe75ecda7d46530a8517 (patch) | |
tree | a60879ad1c193b28aee453c3426bc0ebc5750e35 /include/dt-bindings | |
parent | 4fb28727545a587a79579ca50f24121436e8b10a (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.h | 4 |
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 */ |