summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-12-11 15:03:08 +0000
committerJohn Crispin <john@openwrt.org>2015-12-11 15:03:08 +0000
commit4076d12f41e7fd338e9140c1f431002f4ffaf953 (patch)
treec0c2ee1ca17c2f7882fd70c3a635c731cf70d7c6
parente4ee2402cbe85f364c3a40ed1a0230295757165b (diff)
downloadmaster-31e0f0ae-4076d12f41e7fd338e9140c1f431002f4ffaf953.tar.gz
master-31e0f0ae-4076d12f41e7fd338e9140c1f431002f4ffaf953.tar.bz2
master-31e0f0ae-4076d12f41e7fd338e9140c1f431002f4ffaf953.zip
ramips: Fix CM_GCR_CPC_BASE_CPCBASE_{MSK, SHF} values
Update CM_GCR_CPC_BASE_CPCBASE_{MSK,SHF} to match datasheet Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com> SVN-Revision: 47840
-rw-r--r--target/linux/ramips/patches-4.3/0059-correct-CPC_BASE_MASK.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-4.3/0059-correct-CPC_BASE_MASK.patch b/target/linux/ramips/patches-4.3/0059-correct-CPC_BASE_MASK.patch
new file mode 100644
index 0000000000..b267137187
--- /dev/null
+++ b/target/linux/ramips/patches-4.3/0059-correct-CPC_BASE_MASK.patch
@@ -0,0 +1,13 @@
+--- a/arch/mips/include/asm/mips-cm.h
++++ b/arch/mips/include/asm/mips-cm.h
+@@ -270,8 +270,8 @@ BUILD_CM_Cx_R_(tcid_8_priority, 0x80)
+ #define CM_GCR_GIC_BASE_GICEN_MSK (_ULCAST_(0x1) << 0)
+
+ /* GCR_CPC_BASE register fields */
+-#define CM_GCR_CPC_BASE_CPCBASE_SHF 17
+-#define CM_GCR_CPC_BASE_CPCBASE_MSK (_ULCAST_(0x7fff) << 17)
++#define CM_GCR_CPC_BASE_CPCBASE_SHF 15
++#define CM_GCR_CPC_BASE_CPCBASE_MSK (_ULCAST_(0x1ffff) << 15)
+ #define CM_GCR_CPC_BASE_CPCEN_SHF 0
+ #define CM_GCR_CPC_BASE_CPCEN_MSK (_ULCAST_(0x1) << 0)
+