From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 3 Feb 2014 12:24:05 -0800 Subject: [U-Boot] [PATCH v2 6/9] kmp204x: update I2C field of RCW In-Reply-To: <1390819752-21233-7-git-send-email-valentin.longchamp@keymile.com> References: <1390819752-21233-1-git-send-email-valentin.longchamp@keymile.com> <1390819752-21233-7-git-send-email-valentin.longchamp@keymile.com> Message-ID: <52EFFAE5.7040603@freescale.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 01/27/2014 02:49 AM, Valentin Longchamp wrote: > On the previous HW revision (now unsupported), there was a need for > external DMA signals and thus the I2C3/4 signals were used > DMA1_DONE/ACK/REQ. > > These signals now are configured as GPIO[16:19]. > > Signed-off-by: Valentin Longchamp > --- > > Changes in v2: None > Applied to u-boot-mpc85xx master branch. York