mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
bca09ce4b0
Move away from SoC specific headers to handle different register layout. Instead use driver data to get appropriate register layouts like in the kernel. While at it, perform some mostly cosmetic alignment/cleanup in the functions being updated. Signed-off-by: Vignesh R <vigneshr@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>
11 lines
217 B
C
11 lines
217 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* (C) Copyright 2004-2010
|
|
* Texas Instruments, <www.ti.com>
|
|
*/
|
|
#ifndef _OMAP4_I2C_H_
|
|
#define _OMAP4_I2C_H_
|
|
|
|
#define I2C_DEFAULT_BASE I2C_BASE1
|
|
|
|
#endif /* _OMAP4_I2C_H_ */
|