summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-mx35
diff options
context:
space:
mode:
authorFred Fan <r01011@freescale.com>2009-02-23 13:59:58 +0800
committerFred Fan <r01011@freescale.com>2009-09-09 17:27:24 +0800
commit5f4c0867c01da00f9d092750acbea5fc6430359a (patch)
treed6d78fcbaf5301c010853d9961aa1f710f8c2e0d /include/asm-arm/arch-mx35
parent103edf8bf3216697f38dbf7b42be23ab3755cd72 (diff)
downloadu-boot-imx-5f4c0867c01da00f9d092750acbea5fc6430359a.zip
u-boot-imx-5f4c0867c01da00f9d092750acbea5fc6430359a.tar.gz
u-boot-imx-5f4c0867c01da00f9d092750acbea5fc6430359a.tar.bz2
ENGR00103914 Support i.MX35 TO2 and 3stack board version 2
1. Check Soc version 2. Check Board version based on TO2 pmic chip version. 3. Based on soc version, skips To1 workaround code 4. based on board version, enables FEC power and select pin mux. Signed-off-by: Fred Fan <r01011@freescale.com>
Diffstat (limited to 'include/asm-arm/arch-mx35')
-rw-r--r--include/asm-arm/arch-mx35/mx35.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mx35/mx35.h b/include/asm-arm/arch-mx35/mx35.h
index b430c83..2ed85d3 100644
--- a/include/asm-arm/arch-mx35/mx35.h
+++ b/include/asm-arm/arch-mx35/mx35.h
@@ -164,6 +164,9 @@
#define CSCR_L(x) (WEIM_CTRL_CS#x + 4)
#define CSCR_A(x) (WEIM_CTRL_CS#x + 8)
+#define IIM_SREV 0x24
+#define ROMPATCH_REV 0x40
+
#define IPU_CONF IPU_CTRL_BASE_ADDR
#define IPU_CONF_PXL_ENDIAN (1<<8)