diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-31 15:33:04 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-31 15:33:04 -0700 |
commit | ec7a19bfec544aa73e347369232f9bd654954aa3 (patch) | |
tree | ecb7317f9941f3a3976f38883bdd9df6e4f1c8f7 /arch/powerpc/boot/dts/p3041ds.dts | |
parent | 26847fa6eb4fd653171f86d249caa761ce1e87c7 (diff) | |
parent | ad36cb0d1d3e2b7f161cd33932433f9349cade1e (diff) | |
download | linux-ec7a19bfec544aa73e347369232f9bd654954aa3.tar.bz2 |
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
Pull powerpc updates from Benjamin Herrenschmidt:
"Kumar sent me a handful of Freescale related fixes and I added another
regression fix to the pile.
PS. I -will- eventually learn about that signed tag business :-)"
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
powerpc/kvm/book3s_32: Fix MTMSR_EERI macro
powerpc/85xx: p1022ds: fix DIU/LBC switching with NAND enabled
powerpc/85xx: p1022ds: disable the NAND flash node if video is enabled
powerpc/85xx: Fix sram_offset parameter type
powerpc/85xx: P3041DS - change espi input-clock from 40MHz to 35MHz
powerpc/85xx: Fix pci base address error for p2020rdb-pc in dts
Diffstat (limited to 'arch/powerpc/boot/dts/p3041ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/p3041ds.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/p3041ds.dts b/arch/powerpc/boot/dts/p3041ds.dts index 22a215e94162..6cdcadc80c30 100644 --- a/arch/powerpc/boot/dts/p3041ds.dts +++ b/arch/powerpc/boot/dts/p3041ds.dts @@ -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>; |