mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Move arch/arm/include/asm/arch-davinci/* -> arch/arm/mach-davinci/include/mach/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Tom Rini <trini@ti.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			325 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			325 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * (C) Copyright 2004-2014
 | |
|  * Texas Instruments, <www.ti.com>
 | |
|  *
 | |
|  * Some changes copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
 | |
|  *
 | |
|  * SPDX-License-Identifier:	GPL-2.0+
 | |
|  */
 | |
| #ifndef _I2C_DEFS_H_
 | |
| #define _I2C_DEFS_H_
 | |
| 
 | |
| #ifndef CONFIG_SOC_DA8XX
 | |
| #define I2C_BASE		0x01c21000
 | |
| #else
 | |
| #define I2C_BASE		0x01c22000
 | |
| #endif
 | |
| 
 | |
| #endif
 |