diff options
author | Sean Anderson <seanga2@gmail.com> | 2020-10-25 21:46:58 -0400 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2020-10-26 10:01:28 +0800 |
commit | 47d7e3b5eb72fd540930c830d568ece19b3defa0 (patch) | |
tree | e57f62c59ae2d6b062be897a5094d38dcb50137e /MAINTAINERS | |
parent | 7dbebebb7949655f35d90c612eaf92e3d2c9ed24 (diff) | |
download | u-boot-47d7e3b5eb72fd540930c830d568ece19b3defa0.tar.gz |
riscv: Move timer portions of SiFive CLINT to drivers/timer
Half of this driver is a DM-based timer driver, and half is RISC-V-specific
IPI code. Move the timer portions in with the other timer drivers. The
KConfig is not moved, since it also enables IPIs. It could also be split
into two configs, but no boards use the timer but not the IPI atm, so I
haven't split it.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5d022352c4..69a5bc3768 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -939,6 +939,7 @@ T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git F: arch/riscv/ F: cmd/riscv/ F: drivers/timer/andes_plmt_timer.c +F: drivers/timer/sifive_clint_timer.c F: tools/prelink-riscv.c RISC-V KENDRYTE |