Change default frequency to 100Mhz
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 30 Sep 2019 04:07:16 +0000 (14:07 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 8 May 2020 01:41:06 +0000 (11:41 +1000)
LiteDRAM at the moment pretty much enforces 100Mhz, and our software
isn't quite yet adaptable, so switch out default to 100Mhz accross
the board. Recent timing improvements should make it a non-issue.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
microwatt.core

index 0d8531e3542d5744d7d92f31337dec2d7924deb9..0558470f61529ef63d543cf71b53b526c0c6a642 100644 (file)
@@ -187,7 +187,7 @@ parameters:
     datatype    : int
     description : Generated system clock frequency in HZ (for top-generic based boards)
     paramtype   : generic
-    default     : 50000000
+    default     : 100000000
 
   disable_flatten_core:
     datatype    : bool