diff options
| author | Manjunathappa, Prakash <prakash.pm@ti.com> | 2013-03-28 09:11:59 -0400 |
|---|---|---|
| committer | Sekhar Nori <nsekhar@ti.com> | 2013-04-03 00:12:16 -0400 |
| commit | d7ca4c755a82eda8f0fc4f72c52130056b28c7d2 (patch) | |
| tree | a7ed22e94854f51fa43483c4cb4fecc8460bf0ad /include/linux/platform_data | |
| parent | bb170e6118e76903bf03fc14ab60a34c26aac747 (diff) | |
ARM: davinci: mmc: derive version information from device name
Remove specifying mmc controller IP version information via platform
data, instead specify device name so that driver derives it from
platform_device_id table. Also change the clock node name to match
the changed dev_id.
Tested on da850-evm to make sure driver loads without clk_get failures.
Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>
Reviewed-by: Sekhar Nori <nsekhar@ti.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/mmc-davinci.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/platform_data/mmc-davinci.h b/include/linux/platform_data/mmc-davinci.h index 5ba6b22ce338..9cea4ee377b5 100644 --- a/include/linux/platform_data/mmc-davinci.h +++ b/include/linux/platform_data/mmc-davinci.h | |||
| @@ -23,9 +23,6 @@ struct davinci_mmc_config { | |||
| 23 | /* any additional host capabilities: OR'd in to mmc->f_caps */ | 23 | /* any additional host capabilities: OR'd in to mmc->f_caps */ |
| 24 | u32 caps; | 24 | u32 caps; |
| 25 | 25 | ||
| 26 | /* Version of the MMC/SD controller */ | ||
| 27 | u8 version; | ||
| 28 | |||
| 29 | /* Number of sg segments */ | 26 | /* Number of sg segments */ |
| 30 | u8 nr_sg; | 27 | u8 nr_sg; |
| 31 | }; | 28 | }; |
