powerpc/85xx: P3041DS - change espi input-clock from 40MHz to 35MHz
authorShaohui Xie <Shaohui.Xie@freescale.com>
Tue, 17 Jul 2012 07:18:31 +0000 (15:18 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 26 Jul 2012 13:09:53 +0000 (08:09 -0500)
Default CoreNet Coherency Bus (CCB) frequency on P3041 is 750MHz, but espi
cannot work at 40MHz with this CCB frequency, so we need to slow down the
clock rate of espi to 35MHz to make it work stable at the CCB frequency.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/p3041ds.dts

index 22a215e..6cdcadc 100644 (file)
@@ -58,7 +58,7 @@
                                #size-cells = <1>;
                                compatible = "spansion,s25sl12801";
                                reg = <0>;
-                               spi-max-frequency = <40000000>; /* input clock */
+                               spi-max-frequency = <35000000>; /* input clock */
                                partition@u-boot {
                                        label = "u-boot";
                                        reg = <0x00000000 0x00100000>;