aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/clock
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2016-04-12 08:59:38 +0800
committerShawn Guo <shawnguo@kernel.org>2016-04-12 09:22:17 +0800
commitafd7350a9ac08da87eb9f38a432a05eca99c10f2 (patch)
treec95f4b6c38cd4e37acf31fe0004303392c479015 /include/dt-bindings/clock
parentclk: imx: vf610: fix DCU clock tree (diff)
downloadlinux-dev-afd7350a9ac08da87eb9f38a432a05eca99c10f2.tar.xz
linux-dev-afd7350a9ac08da87eb9f38a432a05eca99c10f2.zip
clk: imx: vf610: add TCON ipg clock
Add the ipg (bus) clock for the TCON modules (Timing Controller). This module is required by the new DCU DRM driver, since the display signals pass through TCON. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock')
-rw-r--r--include/dt-bindings/clock/vf610-clock.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/vf610-clock.h b/include/dt-bindings/clock/vf610-clock.h
index 7dc1b84fde07..dc5e1790d8cb 100644
--- a/include/dt-bindings/clock/vf610-clock.h
+++ b/include/dt-bindings/clock/vf610-clock.h
@@ -197,6 +197,8 @@
#define VF610_CLK_OCOTP 184
#define VF610_CLK_DDRMC 185
#define VF610_CLK_WKPU 186
-#define VF610_CLK_END 187
+#define VF610_CLK_TCON0 187
+#define VF610_CLK_TCON1 188
+#define VF610_CLK_END 189
#endif /* __DT_BINDINGS_CLOCK_VF610_H */