mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	arm: Kirkwood: bugfix: UART1 bar correction
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
This commit is contained in:
		
							parent
							
								
									205a0988d8
								
							
						
					
					
						commit
						b996165f5a
					
				@ -45,7 +45,7 @@
 | 
			
		||||
#define KW_REG_UNDOC_0x1478		(KW_REGISTER(0x1478))
 | 
			
		||||
 | 
			
		||||
#define KW_UART0_BASE			(KW_REGISTER(0x12000))
 | 
			
		||||
#define KW_UART1_BASE			(KW_REGISTER(0x13000))
 | 
			
		||||
#define KW_UART1_BASE			(KW_REGISTER(0x12100))
 | 
			
		||||
#define KW_MPP_BASE			(KW_REGISTER(0x10000))
 | 
			
		||||
#define KW_GPIO0_BASE			(KW_REGISTER(0x10100))
 | 
			
		||||
#define KW_GPIO1_BASE			(KW_REGISTER(0x10140))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user