Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112489
b: refs/heads/master
c: 2cf842b
h: refs/heads/master
i:
  112487: 429a1e6
v: v3
  • Loading branch information
Luotao Fu authored and Sascha Hauer committed Sep 9, 2008
1 parent 9347339 commit 2fb2e77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7113cdcdc1842d797ea99af8b57606a069945f16
refs/heads/master: 2cf842b8967b5a9989a12e6105da9a82d24e5777
6 changes: 6 additions & 0 deletions trunk/arch/arm/plat-mxc/include/mach/mxc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@
# define cpu_is_mx27() (0)
#endif

#if defined(CONFIG_ARCH_MX3) || defined(CONFIG_ARCH_MX2)
#define CSCR_U(n) (IO_ADDRESS(WEIM_BASE_ADDR) + n * 0x10)
#define CSCR_L(n) (IO_ADDRESS(WEIM_BASE_ADDR) + n * 0x10 + 0x4)
#define CSCR_A(n) (IO_ADDRESS(WEIM_BASE_ADDR) + n * 0x10 + 0x8)
#endif

#endif /* __ASM_ARCH_MXC_H__ */

0 comments on commit 2fb2e77

Please sign in to comment.