Skip to content

Commit 9be1fe6

Browse files
artursartamonovsadipamolloy
authored andcommitted
fixup! reset: Add driver for ADI ADSP-SC5xx reset controller
1 parent 250bb3b commit 9be1fe6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

drivers/reset/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,14 @@ config RESET_RZG2L_USBPHY_CTRL
231231
Support for USBPHY Control found on RZ/G2L family. It mainly
232232
controls reset and power down of the USB/PHY.
233233

234+
config RESET_SC5XX
235+
bool "ADI SC5CC Reset Driver"
236+
depends on ARCH_SC59X_64
237+
default y
238+
help
239+
This enables simple reset controller for ADI ADSP-SC5xx family.
240+
Support software reset.
241+
234242
config RESET_SCMI
235243
tristate "Reset driver controlled via ARM SCMI interface"
236244
depends on ARM_SCMI_PROTOCOL || COMPILE_TEST

drivers/reset/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ obj-y += hisilicon/
44
obj-y += starfive/
55
obj-y += sti/
66
obj-y += tegra/
7+
obj-$(CONFIG_RESET_SC5XX) += reset-sc5xx.o
78
obj-$(CONFIG_RESET_A10SR) += reset-a10sr.o
89
obj-$(CONFIG_RESET_ATH79) += reset-ath79.o
910
obj-$(CONFIG_RESET_AXS10X) += reset-axs10x.o

0 commit comments

Comments
 (0)