Skip to content

Commit

Permalink
powerpc/85xx: P3041DS - change espi input-clock from 40MHz to 35MHz
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
Shaohui Xie authored and kumargala committed Jul 26, 2012
1 parent 771e608 commit e1bd5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/p3041ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit e1bd5d8

Please sign in to comment.