aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-orion5x/common.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c
index a2f917e0a307..437065c25c9c 100644
--- 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)
310 * SPI 310 * SPI
311 ****************************************************************************/ 311 ****************************************************************************/
312static struct orion_spi_info orion5x_spi_plat_data = { 312static struct orion_spi_info orion5x_spi_plat_data = {
313 .tclk = 0, 313 .tclk = 0,
314 .enable_clock_fix = 1,
314}; 315};
315 316
316static struct resource orion5x_spi_resources[] = { 317static struct resource orion5x_spi_resources[] = {