diff options
author | Jacky Huang <ychuang3@nuvoton.com> | 2023-06-05 04:07:48 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-06-05 13:18:09 +0200 |
commit | e4bb55d6ccf0f774d879630e048deac6a5b8b8a8 (patch) | |
tree | 3bac6a2eb20f420b6288e1a870a5c88b1a676be6 /drivers/reset/Makefile | |
parent | 691521a367cf3c7b3add17addbd4daa6384890d6 (diff) | |
download | lwn-e4bb55d6ccf0f774d879630e048deac6a5b8b8a8.tar.gz lwn-e4bb55d6ccf0f774d879630e048deac6a5b8b8a8.zip |
reset: Add Nuvoton ma35d1 reset driver support
This driver supports individual IP reset for the MA35D1. The reset
control registers are a subset of the system control registers.
Signed-off-by: Jacky Huang <ychuang3@nuvoton.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/reset/Makefile')
-rw-r--r-- | drivers/reset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/Makefile b/drivers/reset/Makefile index 7fec5af6c964..411b45ba0da7 100644 --- a/drivers/reset/Makefile +++ b/drivers/reset/Makefile @@ -21,6 +21,7 @@ obj-$(CONFIG_RESET_MCHP_SPARX5) += reset-microchip-sparx5.o obj-$(CONFIG_RESET_MESON) += reset-meson.o obj-$(CONFIG_RESET_MESON_AUDIO_ARB) += reset-meson-audio-arb.o obj-$(CONFIG_RESET_NPCM) += reset-npcm.o +obj-$(CONFIG_RESET_NUVOTON_MA35D1) += reset-ma35d1.o obj-$(CONFIG_RESET_OXNAS) += reset-oxnas.o obj-$(CONFIG_RESET_PISTACHIO) += reset-pistachio.o obj-$(CONFIG_RESET_POLARFIRE_SOC) += reset-mpfs.o |