clk: at91: clk-master: add 5th divisor for mck master
[linux-2.6-microblaze.git] / drivers / clk / at91 / clk-master.c
index bd0d8a6..aafd003 100644 (file)
@@ -15,7 +15,7 @@
 #define MASTER_PRES_MASK       0x7
 #define MASTER_PRES_MAX                MASTER_PRES_MASK
 #define MASTER_DIV_SHIFT       8
-#define MASTER_DIV_MASK                0x3
+#define MASTER_DIV_MASK                0x7
 
 #define PMC_MCR                        0x30
 #define PMC_MCR_ID_MSK         GENMASK(3, 0)