Browse Source

cairnsmore: Increase maximum clock frequency to 210 Mhz

Luke Dashjr 13 years ago
parent
commit
3a517ffc1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-cairnsmore.c

+ 1 - 1
driver-cairnsmore.c

@@ -20,7 +20,7 @@
 
 #define CAIRNSMORE1_MINIMUM_CLOCK  50
 #define CAIRNSMORE1_DEFAULT_CLOCK  200
-#define CAIRNSMORE1_MAXIMUM_CLOCK  200
+#define CAIRNSMORE1_MAXIMUM_CLOCK  210
 
 struct device_api cairnsmore_api;