mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
61fc413176
This adds a simple API for devices to request being reset by separate reset controller hardware and implements the reset signal device tree binding. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Reviewed-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org> Reviewed-by: Marek Vasut <marex@denx.de> Reviewed-by: Pavel Machek <pavel@ucw.cz>
2 lines
41 B
Makefile
2 lines
41 B
Makefile
obj-$(CONFIG_RESET_CONTROLLER) += core.o
|