riscv: dts: microchip: reduce the fic3 clock rate
authorConor Dooley <conor.dooley@microchip.com>
Tue, 27 Sep 2022 11:19:20 +0000 (12:19 +0100)
committerConor Dooley <conor.dooley@microchip.com>
Tue, 27 Sep 2022 17:53:58 +0000 (18:53 +0100)
For the v2022.09 release of the reference design, the fic3 clock rate
been reduced from 62.5 MHz to 50 MHz as it allows timing to be closed
significantly more quickly by customers who chose to build the
reference design themselves.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/riscv/boot/dts/microchip/mpfs-icicle-kit-fabric.dtsi

index 35030ea..b6bfe17 100644 (file)
@@ -29,7 +29,7 @@
        fabric_clk3: fabric-clk3 {
                compatible = "fixed-clock";
                #clock-cells = <0>;
-               clock-frequency = <62500000>;
+               clock-frequency = <50000000>;
        };
 
        fabric_clk1: fabric-clk1 {