mx6: imx-regs: Remove unused 'omux' field from iomux struct

'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 <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
Fabio Estevam 2014-08-01 08:49:59 -03:00 committed by Stefano Babic
parent 25fe05722a
commit 2834490245
1 changed files with 0 additions and 2 deletions

View File

@ -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