mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
d0ace0f6e5
This patch adds a reset controller platform driver for the STiH416 SoC. This initial version provides a compatible driver for the "st,stih416-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>
15 lines
181 B
Text
15 lines
181 B
Text
if ARCH_STI
|
|
|
|
config STI_RESET_SYSCFG
|
|
bool
|
|
select RESET_CONTROLLER
|
|
|
|
config STIH415_RESET
|
|
bool
|
|
select STI_RESET_SYSCFG
|
|
|
|
config STIH416_RESET
|
|
bool
|
|
select STI_RESET_SYSCFG
|
|
|
|
endif
|