aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/danube/files/include
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-12-13 23:05:45 +0000
committerJohn Crispin <john@openwrt.org>2007-12-13 23:05:45 +0000
commit809bc0321fd97187df0ea2838caf857c56d3952a (patch)
tree3e8aaa71c925266a399b3250e7f3bc41655b6f2f /target/linux/danube/files/include
parentf2934ef6d44fa0d3119e4a9670c3dd2f9b4c10ba (diff)
downloadupstream-809bc0321fd97187df0ea2838caf857c56d3952a.tar.gz
upstream-809bc0321fd97187df0ea2838caf857c56d3952a.tar.bz2
upstream-809bc0321fd97187df0ea2838caf857c56d3952a.zip
more danube led clean up
SVN-Revision: 9746
Diffstat (limited to 'target/linux/danube/files/include')
-rw-r--r--target/linux/danube/files/include/asm-mips/danube/danube.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/danube/files/include/asm-mips/danube/danube.h b/target/linux/danube/files/include/asm-mips/danube/danube.h
index 512ec49309..deb0618ea0 100644
--- a/target/linux/danube/files/include/asm-mips/danube/danube.h
+++ b/target/linux/danube/files/include/asm-mips/danube/danube.h
@@ -160,9 +160,11 @@
#define DANUBE_PMU_BASE_ADDR (KSEG1 + 0x1F102000)
-/* power down control */
#define DANUBE_PMU_PWDCR ((u32*)(DANUBE_PMU_BASE_ADDR + 0x001C))
+#define DANUBE_PMU_PWDSR ((u32*)(DANUBE_PMU_BASE_ADDR + 0x0020))
+
#define DANUBE_PMU_PWDCR_DMA 0x20
+#define DANUBE_PMU_PWDCR_LED 0x800
#define DANUBE_PMU_PWDCR_GPT 0x1000
#define DANUBE_PMU_PWDCR_PPE 0x2000
#define DANUBE_PMU_PWDCR_FPI 0x4000