| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 1/5 v2] MIPS: BCM63XX: fix BCM6368 IPSec clock bit |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Tue, 31 Jan 2012 15:12:21 +0100 |
| Cc: | linux-mips@linux-mips.org, mpm@selenic.com, herbert@gondor.apana.org.au, Florian Fainelli <florian@openwrt.org> |
| In-reply-to: | <1328019145-5946-1-git-send-email-florian@openwrt.org> |
| References: | <1328019145-5946-1-git-send-email-florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
The IPsec clock bit is 18 and not 17.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
Changes since v1:
- rebased against "MIPS: BCM63XX: misc cleanup"
arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
index c21aa34..be107e9 100644
--- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
+++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h
@@ -99,7 +99,7 @@
#define CKCTL_6368_USBH_EN (1 << 15)
#define CKCTL_6368_DISABLE_GLESS_EN (1 << 16)
#define CKCTL_6368_NAND_EN (1 << 17)
-#define CKCTL_6368_IPSEC_EN (1 << 17)
+#define CKCTL_6368_IPSEC_EN (1 << 18)
#define CKCTL_6368_ALL_SAFE_EN (CKCTL_6368_SWPKT_USB_EN | \
CKCTL_6368_SWPKT_SAR_EN | \
--
1.7.5.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 0/5 v2] MIPS: BCM63XX: add support for hardware RNG, Florian Fainelli |
|---|---|
| Next by Date: | [PATCH 2/5 v2] MIPS: BCM63XX: add support for "ipsec" clock, Florian Fainelli |
| Previous by Thread: | [PATCH 0/5 v2] MIPS: BCM63XX: add support for hardware RNG, Florian Fainelli |
| Next by Thread: | [PATCH 2/5 v2] MIPS: BCM63XX: add support for "ipsec" clock, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |