projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcf1cec
)
[ARM] Orion: activate workaround for 88f6183 SPI clock erratum
author
Nicolas Pitre
<nico@cam.org>
Sun, 19 Oct 2008 18:18:25 +0000
(14:18 -0400)
committer
Nicolas Pitre
<nico@cam.org>
Sun, 19 Oct 2008 18:29:05 +0000
(14:29 -0400)
Commit
2ede90ca78500ca0ffeee19d7812d345f8ad152d
adds 6183 support,
but the SPI support in there doesn't work since it depends on a
6183 SPI unit erratum fix that only just went upstream, via commit
2bec19feabd53cba75e9dab0e79afbe868a37113
.
Signed-off-by: Nicolas Pitre <nico@marvell.com>
arch/arm/mach-orion5x/common.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-orion5x/common.c
b/arch/arm/mach-orion5x/common.c
index a2f917e0a307ada2b3979b3ae3228f750818374f..437065c25c9cdf4c6a902576c32ae15d3d3bdc20 100644
(file)
--- a/
arch/arm/mach-orion5x/common.c
+++ b/
arch/arm/mach-orion5x/common.c
@@
-310,7
+310,8
@@
void __init orion5x_sata_init(struct mv_sata_platform_data *sata_data)
* SPI
****************************************************************************/
static struct orion_spi_info orion5x_spi_plat_data = {
- .tclk = 0,
+ .tclk = 0,
+ .enable_clock_fix = 1,
};
static struct resource orion5x_spi_resources[] = {