From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lubomir Popov Date: Mon, 08 Apr 2013 13:33:11 +0300 Subject: [U-Boot] [PATCH V3 0/3] OMAP5: I2C: Enable support of I2C4 and I2C5 buses Message-ID: <51629CE7.2030809@mm-sol.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I2C4 and I2C5 are utilized on all known OMAP5 hardware platforms. Enable their use in U-Boot. Lubomir Popov (3): OMAP5: I2C: Enable i2c5 clocks OMAP5: I2C: Add I2C4 and I2C5 bases OMAP5: I2C: Set I2C_BUS_MAX to 5 to enable I2C4 and I2C5 arch/arm/cpu/armv7/omap5/hw_data.c | 1 + arch/arm/include/asm/arch-omap5/cpu.h | 2 ++ arch/arm/include/asm/arch-omap5/i2c.h | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) -- V3 consolidates the three patches into a series. 1.7.9.5