From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Wed, 11 Jul 2012 08:25:38 +0200 Subject: [U-Boot] [PATCH 1/3] mxc_i2c: specify i2c base address in config file In-Reply-To: <4FA6986F.5070605@denx.de> References: <1335324807-16177-1-git-send-email-troy.kisky@boundarydevices.com> <4FA6986F.5070605@denx.de> Message-ID: <4FFD1C62.80905@de.bosch.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06.05.2012 17:27, Stefano Babic wrote: > On 25/04/2012 05:33, Troy Kisky wrote: >> The following platforms had their config files changed >> flea3, imx31_phycore, mx35pdk, mx53ard, mx53evk, mx53smd >> >> Signed-off-by: Troy Kisky >> --- > > Hi Troy, > >> arch/arm/include/asm/arch-mx31/imx-regs.h | 7 +++++++ >> arch/arm/include/asm/arch-mx35/imx-regs.h | 2 +- >> drivers/i2c/mxc_i2c.c | 25 ++++--------------------- >> include/configs/flea3.h | 2 +- >> include/configs/imx31_phycore.h | 3 ++- >> include/configs/mx35pdk.h | 2 +- >> include/configs/mx53ard.h | 2 +- >> include/configs/mx53evk.h | 2 +- >> include/configs/mx53smd.h | 2 +- >> 9 files changed, 19 insertions(+), 28 deletions(-) >> > > Acked-by: Stefano Babic Hmm, is this already applied anywhere? It doesn't seem to be included in v2012.07-rc1? Best regards Dirk