summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/rk618-cru.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dt-bindings/clock/rk618-cru.h')
-rw-r--r--include/dt-bindings/clock/rk618-cru.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rk618-cru.h b/include/dt-bindings/clock/rk618-cru.h
new file mode 100644
index 000000000000..72ae0aef1378
--- /dev/null
+++ b/include/dt-bindings/clock/rk618-cru.h
@@ -0,0 +1,38 @@
+/*
+ * Copyright (c) 2017 Rockchip Electronics Co. Ltd.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#ifndef _DT_BINDINGS_CLK_RK618_CRU_H
+#define _DT_BINDINGS_CLK_RK618_CRU_H
+
+#define LCDC0_CLK 1
+#define LCDC1_CLK 2
+#define VIF_PLLIN_CLK 3
+#define SCALER_PLLIN_CLK 4
+#define VIF_PLL_CLK 5
+#define SCALER_PLL_CLK 6
+#define VIF0_CLK 7
+#define VIF1_CLK 8
+#define SCALER_IN_CLK 9
+#define SCALER_CLK 10
+#define DITHER_CLK 11
+#define HDMI_CLK 12
+#define MIPI_CLK 13
+#define LVDS_CLK 14
+#define LVTTL_CLK 15
+#define RGB_CLK 16
+#define VIF0_PRE_CLK 17
+#define VIF1_PRE_CLK 18
+#define CODEC_CLK 19
+
+#endif