commit | f92e38a7203bdeea147e07d23f808be15e3664f8 | [log] [tgz] |
---|---|---|
author | Igor Grinberg <grinberg@compulab.co.il> | Tue Oct 21 16:39:47 2014 +0300 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 11:53:02 2014 -0400 |
tree | 9fe19f167cdf810efcadd5fa0124981a96591992 | |
parent | de25e2de305d3305c7ea04a90d68c65e2bfa175d [diff] |
omap3: cm-t35: remove enable_gpmc_cs_config() The gpmc_init() function already calls enable_gpmc_cs_config() for chip select 0. Although the bus width is configured for 16 bit, it gets reconfigured correctly in the omap_gpmc driver later. Remove the enable_gpmc_cs_config() function call and the associated gpmc_nand_config[] array. Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>