aboutsummaryrefslogtreecommitdiffstats
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorKalle Kankare <kalle.kankare@vincit.fi>2016-09-19 06:30:00 -0400
committerStephen Boyd <sboyd@codeaurora.org>2016-09-20 19:52:06 -0400
commit377d6479d298339888c5d6fb460d3275e1763f8f (patch)
tree66b2383c15be5221ea9ecdfe60ac4a23da27ccdb /include/dt-bindings
parent7f4d3b52b6b69f274006cc65984672bfa7fd8b92 (diff)
clk: imx53: Add clocks configuration
Add clocks configuration for CSI, FIRI and IEEE1588. Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> Acked-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/imx5-clock.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/imx5-clock.h b/include/dt-bindings/clock/imx5-clock.h
index f4b7478e23c8..d382fc71aa83 100644
--- a/include/dt-bindings/clock/imx5-clock.h
+++ b/include/dt-bindings/clock/imx5-clock.h
@@ -201,6 +201,19 @@
201#define IMX5_CLK_STEP_SEL 189 201#define IMX5_CLK_STEP_SEL 189
202#define IMX5_CLK_CPU_PODF_SEL 190 202#define IMX5_CLK_CPU_PODF_SEL 190
203#define IMX5_CLK_ARM 191 203#define IMX5_CLK_ARM 191
204#define IMX5_CLK_END 192 204#define IMX5_CLK_FIRI_PRED 192
205#define IMX5_CLK_FIRI_SEL 193
206#define IMX5_CLK_FIRI_PODF 194
207#define IMX5_CLK_FIRI_SERIAL_GATE 195
208#define IMX5_CLK_FIRI_IPG_GATE 196
209#define IMX5_CLK_CSI0_MCLK1_PRED 197
210#define IMX5_CLK_CSI0_MCLK1_SEL 198
211#define IMX5_CLK_CSI0_MCLK1_PODF 199
212#define IMX5_CLK_CSI0_MCLK1_GATE 200
213#define IMX5_CLK_IEEE1588_PRED 201
214#define IMX5_CLK_IEEE1588_SEL 202
215#define IMX5_CLK_IEEE1588_PODF 203
216#define IMX5_CLK_IEEE1588_GATE 204
217#define IMX5_CLK_END 205
205 218
206#endif /* __DT_BINDINGS_CLOCK_IMX5_H */ 219#endif /* __DT_BINDINGS_CLOCK_IMX5_H */