mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	Some exynos boards require special handling of nRESET_OUT line for eMMC memory to perform complete reboot e.g. Odroid X2/U3/XU3 boards. This will support eMMC reset using DT from reset_misc of samsung common board file. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			340 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			340 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| * Samsung eMMC reset
 | |
| 
 | |
| Some exynos boards require special handling of nRESET_OUT line for eMMC memory
 | |
| to perform complete reboot.
 | |
| 
 | |
| Required properties:
 | |
| - compatible: should be "samsung,emmc-reset"
 | |
| - reset-gpio: gpio chip for eMMC reset.
 | |
| 
 | |
| Example:
 | |
| 
 | |
| emmc-reset {
 | |
|         compatible = "samsung,emmc-reset";
 | |
|         reset-gpio = <&gpk1 2 0>;
 | |
| };
 |