projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
enable start-stop-daemon by default, i want to use this to clean up a few init script...
[openwrt.git]
/
target
/
linux
/
ar7-2.6
/
files
/
include
/
asm-mips
/
ar7
/
ar7.h
diff --git
a/target/linux/ar7-2.6/files/include/asm-mips/ar7/ar7.h
b/target/linux/ar7-2.6/files/include/asm-mips/ar7/ar7.h
index
49e66ff
..
ae1d419
100644
(file)
--- a/
target/linux/ar7-2.6/files/include/asm-mips/ar7/ar7.h
+++ b/
target/linux/ar7-2.6/files/include/asm-mips/ar7/ar7.h
@@
-66,6
+66,11
@@
#define AR7_IRQ_UART0 15
#define AR7_IRQ_UART1 16
#define AR7_IRQ_UART0 15
#define AR7_IRQ_UART1 16
+/* Clocks */
+#define AR7_AFE_CLOCK 35328000
+#define AR7_REF_CLOCK 25000000
+#define AR7_XTAL_CLOCK 24000000
+
struct plat_cpmac_data {
int reset_bit;
int power_bit;
struct plat_cpmac_data {
int reset_bit;
int power_bit;
This page took
0.022728 seconds
and
4
git commands to generate.