From 9a371dce303c472a82fff666857a48a1022d16ec Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 13 Dec 2007 23:05:45 +0000 Subject: more danube led clean up git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9746 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/danube/files/include/asm-mips/danube/danube.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/danube/files/include') 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 512ec4930..deb0618ea 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 -- cgit v1.2.3