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>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			331 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			331 B
			
		
	
	
	
		
			Text
		
	
	
	
	
	
config ARCH_HAS_RESET_CONTROLLER
 | 
						|
	bool
 | 
						|
 | 
						|
menuconfig RESET_CONTROLLER
 | 
						|
	bool "Reset Controller Support"
 | 
						|
	default y if ARCH_HAS_RESET_CONTROLLER
 | 
						|
	help
 | 
						|
	  Generic Reset Controller support.
 | 
						|
 | 
						|
	  This framework is designed to abstract reset handling of devices
 | 
						|
	  via GPIOs or SoC-internal reset controller modules.
 | 
						|
 | 
						|
	  If unsure, say no.
 |