ARM: dts: OMAP5+: Enable gpio in SPL
gpio2 is used to detect lcd based on which pin mux is done in SPL. gpio7 is used to enable vtt regulator. Enable these two gpio nodes in SPL. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
		
							parent
							
								
									3c9c4a2c50
								
							
						
					
					
						commit
						7bdc6947d2
					
				|  | @ -52,3 +52,11 @@ | |||
| 		u-boot,dm-spl; | ||||
| 	}; | ||||
| }; | ||||
| 
 | ||||
| &gpio2 { | ||||
| 	u-boot,dm-spl; | ||||
| }; | ||||
| 
 | ||||
| &gpio7 { | ||||
| 	u-boot,dm-spl; | ||||
| }; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue