diff options
author | Alison Wang <b18965@freescale.com> | 2013-08-15 16:01:52 +0800 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2015-04-13 14:59:39 +0200 |
commit | 676bb8502f8b5b96a4d92a8d9285334e9ab9cc6f (patch) | |
tree | feb3460f9e3a58fd077b744b201e0a8b60a2daa5 /include | |
parent | dbeea28dd3995214be23afd649e83c4a3c6b9934 (diff) |
ARM: clk: vf610: Add DCU and TCON clock support
This patch adds DCU and TCON clock support for Vybrid VF610 platform.
Signed-off-by: Alison Wang <b18965@freescale.com>
[rebased to 3.18]
Signed-off-by: Stefan Agner <stefan@agner.ch>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/clock/vf610-clock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/vf610-clock.h b/include/dt-bindings/clock/vf610-clock.h index 979d24a6799f..6e9f260832f5 100644 --- a/include/dt-bindings/clock/vf610-clock.h +++ b/include/dt-bindings/clock/vf610-clock.h @@ -193,6 +193,7 @@ #define VF610_PLL6_BYPASS 180 #define VF610_PLL7_BYPASS 181 #define VF610_CLK_SNVS 182 -#define VF610_CLK_END 183 +#define VF610_CLK_TCON0 183 +#define VF610_CLK_END 184 #endif /* __DT_BINDINGS_CLOCK_VF610_H */ |