mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
1f42c290c3
This patch adds a reset controller platform driver for the STiH415 SoC. This initial version provides a compatible driver for the "st,stih415-powerdown" device, which registers a system configuration register based reset controller that controls the powerdown state of hardware such as the on-chip USB host controllers. Signed-off-by: Stephen Gallimore <stephen.gallimore@st.com> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
5 lines
126 B
Makefile
5 lines
126 B
Makefile
obj-$(CONFIG_STI_RESET_SYSCFG) += reset-syscfg.o
|
|
|
|
# SoC specific reset devices
|
|
obj-$(CONFIG_STIH415_RESET) += reset-stih415.o
|