ARM: OMAP3: Add minimal omap3430 support
[linux-2.6-block.git] / arch / arm / mach-omap2 / gpmc.c
index 149bfba43cfe5dcc82a2362ab33063f1f13a76b7..375ad27479ccf55b70e694cc3836f693a2cf6a26 100644 (file)
@@ -220,6 +220,11 @@ int gpmc_cs_set_timings(int cs, const struct gpmc_timings *t)
 
        GPMC_SET_ONE(GPMC_CS_CONFIG5, 24, 27, page_burst_access);
 
+       if (cpu_is_omap34xx()) {
+               GPMC_SET_ONE(GPMC_CS_CONFIG6, 16, 19, wr_data_mux_bus);
+               GPMC_SET_ONE(GPMC_CS_CONFIG6, 24, 28, wr_access);
+       }
+
        /* caller is expected to have initialized CONFIG1 to cover
         * at least sync vs async
         */