OSDN Git Service

riscv: Add Canaan Kendryte K210 reset controller
authorDamien Le Moal <damien.lemoal@wdc.com>
Sun, 13 Dec 2020 13:50:47 +0000 (22:50 +0900)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Thu, 14 Jan 2021 23:08:53 +0000 (15:08 -0800)
commit5a2308da9f60312addfb5f7bdd15d96ba1299480
treef3bb65ddfd5343d854e5997421cbe80559eb1985
parented3137edb31b86702511e7ad12b4abe8686b6805
riscv: Add Canaan Kendryte K210 reset controller

Add a reset controller driver for the Canaan Kendryte K210 SoC. This
driver relies on its syscon compatible parent node (sysctl) for its
register mapping. Default this driver compilation to y when the
SOC_CANAAN option is selected.

The MAINTAINERS file is updated, adding the entry "CANAAN/KENDRYTE K210
SOC RESET CONTROLLER DRIVER" with myself listed as maintainer for this
driver.

Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
MAINTAINERS
arch/riscv/Kconfig.socs
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-k210.c [new file with mode: 0644]