aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2017-12-06 23:06:22 -0800
committerStephen Boyd <sboyd@codeaurora.org>2017-12-06 23:06:22 -0800
commita1b71a308389983e4ed8981ddd800c3cdbe884bd (patch)
tree202a9787d59e0cea6f5653db9f3fb2652e353d25 /include
parentMerge branch 'clk-pr-err' into clk-next (diff)
parentclk: hisilicon: Add support for Hi3660 stub clocks (diff)
Merge branch 'clk-hi3660-stub' into clk-next
* clk-hi3660-stub: clk: hisilicon: Add support for Hi3660 stub clocks dt-bindings: clk: Hi3660: Document stub clock
Diffstat (limited to 'include')
-rw-r--r--include/dt-bindings/clock/hi3660-clock.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/hi3660-clock.h b/include/dt-bindings/clock/hi3660-clock.h
index adb768d447a5..75d583eb84dd 100644
--- a/include/dt-bindings/clock/hi3660-clock.h
+++ b/include/dt-bindings/clock/hi3660-clock.h
@@ -208,4 +208,11 @@
#define HI3660_CLK_I2C6_IOMCU 3
#define HI3660_CLK_IOMCU_PERI0 4
+/* clk in stub clock */
+#define HI3660_CLK_STUB_CLUSTER0 0
+#define HI3660_CLK_STUB_CLUSTER1 1
+#define HI3660_CLK_STUB_GPU 2
+#define HI3660_CLK_STUB_DDR 3
+#define HI3660_CLK_STUB_NUM 4
+
#endif /* __DTS_HI3660_CLOCK_H */