summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2020-09-28 17:52:27 +0300
committerAndes <uboot@andestech.com>2020-09-30 03:54:46 +0300
commita952c3a4546ba1d6c5a487cae2e73760ecfd0c60 (patch)
treea41659d1b796f45516d74592e223c937b6969c4a /include/dt-bindings
parente5ca9a752399c2701cb71527d198bfa78268580d (diff)
downloadu-boot-a952c3a4546ba1d6c5a487cae2e73760ecfd0c60.tar.xz
riscv: clk: Add CLINT clock to kendryte clock driver
Another "virtual" clock (in the sense that it isn't configurable). This could possibly be done as a clock in the device tree, but I think this is a bit cleaner. Signed-off-by: Sean Anderson <seanga2@gmail.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/clock/k210-sysctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/k210-sysctl.h b/include/dt-bindings/clock/k210-sysctl.h
index 0e3ed3fb9f..fe852bbd92 100644
--- a/include/dt-bindings/clock/k210-sysctl.h
+++ b/include/dt-bindings/clock/k210-sysctl.h
@@ -55,5 +55,6 @@
#define K210_CLK_OTP 43
#define K210_CLK_RTC 44
#define K210_CLK_ACLK 45
+#define K210_CLK_CLINT 46
#endif /* CLOCK_K210_SYSCTL_H */