[ARM] MX35: Add register definitions for the i.MX35
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 2 Feb 2009 13:11:54 +0000 (14:11 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 13 Mar 2009 09:34:25 +0000 (10:34 +0100)
commitc0a5f85523132dc893916d6059370233fac1cb11
tree463817508d7fd36af4f7bed7285826f08569bd9d
parent7e8549bcee00d92040904361cb1840c7a5eda615
[ARM] MX35: Add register definitions for the i.MX35

This patch moves the stuff common to i.MX31 and i.MX35 to mx3x.h and the
specifics to mx31.h/mx35.h. We can build a kernel which runs on i.MX31 and
i.MX35, so always include mx31.h and mx35.h

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/plat-mxc/include/mach/hardware.h
arch/arm/plat-mxc/include/mach/mx31.h
arch/arm/plat-mxc/include/mach/mx35.h [new file with mode: 0644]
arch/arm/plat-mxc/include/mach/mx3x.h [new file with mode: 0644]
This page took 0.026685 seconds and 5 git commands to generate.