From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 05 Aug 2014 12:10:58 +0200 Subject: [U-Boot] [PATCH 1/5] mx6: imx-regs: Remove unused 'omux' field from iomux struct In-Reply-To: <1406893803-11817-1-git-send-email-festevam@gmail.com> References: <1406893803-11817-1-git-send-email-festevam@gmail.com> Message-ID: <53E0ADB2.7070407@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Fabio, On 01/08/2014 13:49, Fabio Estevam wrote: > From: Fabio Estevam > > 'omux' field is not used anywhere and such layout is not valid for mx6solox. > > Instead of adding more ifdef's into the structure, let's simply remove this > unused 'omux' field. > > Signed-off-by: Fabio Estevam > --- > arch/arm/include/asm/arch-mx6/imx-regs.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h > index 437b434..d4ce8a8 100644 > --- a/arch/arm/include/asm/arch-mx6/imx-regs.h > +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h > @@ -404,8 +404,6 @@ struct iomuxc { > u8 reserved[0x4000]; > #endif > u32 gpr[14]; > - u32 omux[5]; > - /* mux and pad registers */ > }; > > #define IOMUXC_GPR2_COUNTER_RESET_VAL_OFFSET 20 > No issues with the whole series. I will apply it to u-boot-imx. Acked-by: Stefano Babic Regards, Stefano -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================