diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2014-01-28 13:53:35 +0800 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2014-02-20 06:46:56 +0100 |
commit | 86bdd70a09be7868df19983af27f3c18e96c610f (patch) | |
tree | f42da53c527d1746848a4140af697013be0adf5e /arch/blackfin | |
parent | d6a320d5bb3050eeb9a586481145d3a75ef24db8 (diff) | |
download | u-boot-imx-86bdd70a09be7868df19983af27f3c18e96c610f.zip u-boot-imx-86bdd70a09be7868df19983af27f3c18e96c610f.tar.gz u-boot-imx-86bdd70a09be7868df19983af27f3c18e96c610f.tar.bz2 |
blackfin: rename bfin-twi_i2c driver to adi_i2c
The ADI twi peripheral is not binding to Blackfin processor only.
Change to a generic name.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/include/asm/twi.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/twi.h b/arch/blackfin/include/asm/twi.h new file mode 100644 index 0000000..922cdbd --- /dev/null +++ b/arch/blackfin/include/asm/twi.h @@ -0,0 +1,15 @@ +/* + * i2c.c - driver for Blackfin on-chip TWI/I2C + * + * Copyright (c) 2006-2010 Analog Devices Inc. + * + * Licensed under the GPL-2 or later. + */ + +#ifndef __ARCH_TWI_H +#define __ARCH_TWI_H + +#include <asm/blackfin.h> +#include <asm/mach-common/bits/twi.h> + +#endif |