Browse Source

x6500: Increase default clock frequency to 200 Mhz, now that new bitstream seems to run well around that

Luke Dashjr 13 years ago
parent
commit
16f4b8fb7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-x6500.c

+ 1 - 1
driver-x6500.c

@@ -26,7 +26,7 @@
 // NOTE: X6500_BITSTREAM_USERID is bitflipped
 // NOTE: X6500_BITSTREAM_USERID is bitflipped
 #define X6500_BITSTREAM_USERID "\x40\x20\x24\x42"
 #define X6500_BITSTREAM_USERID "\x40\x20\x24\x42"
 #define X6500_MINIMUM_CLOCK    2
 #define X6500_MINIMUM_CLOCK    2
-#define X6500_DEFAULT_CLOCK  190
+#define X6500_DEFAULT_CLOCK  200
 #define X6500_MAXIMUM_CLOCK  250
 #define X6500_MAXIMUM_CLOCK  250
 
 
 struct device_api x6500_api;
 struct device_api x6500_api;