projects
/
linux-3.10.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[PATCH] ppc32: add 440ep support
[linux-3.10.git]
/
arch
/
ppc
/
syslib
/
ibm44x_common.h
diff --git
a/arch/ppc/syslib/ibm44x_common.h
b/arch/ppc/syslib/ibm44x_common.h
index
b14eb60
..
c16b6a5
100644
(file)
--- a/
arch/ppc/syslib/ibm44x_common.h
+++ b/
arch/ppc/syslib/ibm44x_common.h
@@
-29,6
+29,10
@@
struct ibm44x_clocks {
unsigned int ebc; /* PerClk */
unsigned int uart0;
unsigned int uart1;
+#ifdef CONFIG_440EP
+ unsigned int uart2;
+ unsigned int uart3;
+#endif
};
/* common 44x platform init */