mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-10 09:35:23 +07:00
![Antoine Ténart](/assets/img/avatar_default.png)
Add a reset controller for Marvell Berlin SoCs which is used by the USB PHYs drivers (for now). Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6 lines
204 B
Makefile
6 lines
204 B
Makefile
obj-$(CONFIG_RESET_CONTROLLER) += core.o
|
|
obj-$(CONFIG_ARCH_SOCFPGA) += reset-socfpga.o
|
|
obj-$(CONFIG_ARCH_BERLIN) += reset-berlin.o
|
|
obj-$(CONFIG_ARCH_SUNXI) += reset-sunxi.o
|
|
obj-$(CONFIG_ARCH_STI) += sti/
|