Skip to content

Commit 590ff40

Browse files
Gabriel-Fernandzbebarino
authored andcommitted
reset: stm32mp1: remove stm32mp1 reset
st32mp1 RCC reset driver was moved into stm32mp1 RCC clock driver. Signed-off-by: Gabriel Fernandez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Philipp Zabel <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent c392df1 commit 590ff40

File tree

3 files changed

+0
-122
lines changed

3 files changed

+0
-122
lines changed

drivers/reset/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,6 @@ config RESET_SIMPLE
199199
- ZTE's zx2967 family
200200
- SiFive FU740 SoCs
201201

202-
config RESET_STM32MP157
203-
bool "STM32MP157 Reset Driver" if COMPILE_TEST
204-
default MACH_STM32MP157
205-
help
206-
This enables the RCC reset controller driver for STM32 MPUs.
207-
208202
config RESET_SOCFPGA
209203
bool "SoCFPGA Reset Driver" if COMPILE_TEST && (!ARM || !ARCH_INTEL_SOCFPGA)
210204
default ARM && ARCH_INTEL_SOCFPGA

drivers/reset/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ obj-$(CONFIG_RESET_QCOM_PDC) += reset-qcom-pdc.o
2626
obj-$(CONFIG_RESET_RASPBERRYPI) += reset-raspberrypi.o
2727
obj-$(CONFIG_RESET_SCMI) += reset-scmi.o
2828
obj-$(CONFIG_RESET_SIMPLE) += reset-simple.o
29-
obj-$(CONFIG_RESET_STM32MP157) += reset-stm32mp1.o
3029
obj-$(CONFIG_RESET_SOCFPGA) += reset-socfpga.o
3130
obj-$(CONFIG_RESET_SUNXI) += reset-sunxi.o
3231
obj-$(CONFIG_RESET_TI_SCI) += reset-ti-sci.o

drivers/reset/reset-stm32mp1.c

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)