commit | 3a544354d5b6e97459ba9c15e9d89dac60023553 | [log] [tgz] |
---|---|---|
author | Jon Hunter <jon-hunter@ti.com> | Thu Feb 21 13:00:21 2013 -0600 |
committer | Jon Hunter <jon-hunter@ti.com> | Mon Apr 01 14:53:44 2013 -0500 |
tree | f5c7abe6a0751abf79b9b1a4140c296662c76cd6 | |
parent | 012e338625f5ea58d2a16cf98a44779255b458ca [diff] |
ARM: OMAP2+: Don't configure of chip-select options in gpmc_cs_configure() With the addition of the gpmc_cs_program_settings(), we no longer need or use gpmc_cs_configure() to configure some of the GPMC chip-select options. So rename the function to gpmc_configure() and remove code that modifies options in the CONFIG1 register. Signed-off-by: Jon Hunter <jon-hunter@ti.com> Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>