Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | imx: lcdif: use one register structure for i.MXes | Peng Fan | 2015-11-12 | -7/+21 |
| | | | | | | | | | Share one lcdif structure for i.MXes. 1. Discard struct mxs_lcdif_regs from imx-regs.h of i.MX7 2. Add i.MX6SX/6UL/7D support in imx-lcdif.h of imx-common Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Stefano Babic <sbabic@denx.de> | |||
* | imx: imx-common: move lcdif structure and macro definition to imx-common | Peng Fan | 2015-11-12 | -0/+217 |
Move 'struct mxs_lcdif_regs' and lcdif related macro definitions to arch/arm/include/asm/imx-common/regs-lcdif.h. Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Cc: Stefano Babic <sbabic@denx.de> |