summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/rockchip,rk3188.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dt-bindings/clock/rockchip,rk3188.h')
-rw-r--r--include/dt-bindings/clock/rockchip,rk3188.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/rockchip,rk3188.h b/include/dt-bindings/clock/rockchip,rk3188.h
new file mode 100644
index 000000000000..b8c57e1cfed8
--- /dev/null
+++ b/include/dt-bindings/clock/rockchip,rk3188.h
@@ -0,0 +1,13 @@
+#ifndef _DT_BINDINGS_CLOCK_ROCKCHIP_RK3188_H
+#define _DT_BINDINGS_CLOCK_ROCKCHIP_RK3188_H
+
+#include "rockchip.h"
+
+/* pll id */
+#define RK3188_APLL_ID 0
+#define RK3188_DPLL_ID 1
+#define RK3188_CPLL_ID 2
+#define RK3188_GPLL_ID 3
+#define RK3188_END_PLL_ID 4
+
+#endif /* _DT_BINDINGS_CLOCK_ROCKCHIP_RK3188_H */