From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 26 Apr 2012 13:53:36 +0200 Subject: [U-Boot] [PATCH] i.MX25: lcdc: Add register definitions In-Reply-To: <1334919709-5870-2-git-send-email-timo@exertus.fi> References: <4F8E9BD9.9090107@denx.de> <1334919709-5870-1-git-send-email-timo@exertus.fi> <1334919709-5870-2-git-send-email-timo@exertus.fi> Message-ID: <20120426135336.778da909@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 20 Apr 2012 14:01:49 +0300 "Timo Ketola" wrote: > Signed-off-by: Timo Ketola > --- > arch/arm/include/asm/arch-mx25/imx-regs.h | 32 +++++++++++++++++++++++++++++ > 1 files changed, 32 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/include/asm/arch-mx25/imx-regs.h b/arch/arm/include/asm/arch-mx25/imx-regs.h > index cf925d7..751a518 100644 > --- a/arch/arm/include/asm/arch-mx25/imx-regs.h > +++ b/arch/arm/include/asm/arch-mx25/imx-regs.h > @@ -170,6 +170,38 @@ struct aips_regs { ... > + > + /* bglut starts at 0x800 or at word 0x200 and at this point we have > + * defined 25 registers */ Please fix style here. Thanks, Anatolij