From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 25 May 2012 10:38:10 +0200 Subject: [U-Boot] [PATCH v2 1/3] mx53: Allow IPUv3 driver to also work on mx53 In-Reply-To: <1337104876-15529-1-git-send-email-fabio.estevam@freescale.com> References: <1337104876-15529-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <20120525103810.225d2c2b@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Tue, 15 May 2012 15:01:16 -0300 Fabio Estevam wrote: > Adjust the IPU base registers so that ipuv3 driver can work on both mx51 and > mx53 SoCs. > > Signed-off-by: Fabio Estevam > --- > Changes since v1: > - Properly implement the IPU offset scheme. > > arch/arm/include/asm/arch-mx5/imx-regs.h | 8 ++++- > drivers/video/ipu_regs.h | 42 +++++++++++++++--------------- > 2 files changed, 27 insertions(+), 23 deletions(-) Applied to u-boot-video/master, thanks! Anatolij