public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: dw_mmc: Add MSHC compatible for Exynos4412
@ 2013-01-23 15:24 Dongjin Kim
  2013-01-24  2:41 ` Jaehoon Chung
  2013-01-24 18:20 ` [PATCH v2] " Dongjin Kim
  0 siblings, 2 replies; 4+ messages in thread
From: Dongjin Kim @ 2013-01-23 15:24 UTC (permalink / raw)
  Cc: Dongjin Kim, Chris Ball, Arnd Bergmann, Thomas Abraham,
	Will Newton, linux-mmc, linux-kernel

This patch adds the compatible string for MSHC controller of Exynos4412, and
reuse the controller specific properties with Exynos5250 since those have same
features.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
---
 drivers/mmc/host/dw_mmc-exynos.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c
index 0cb9bcb..4f7685f 100644
--- a/drivers/mmc/host/dw_mmc-exynos.c
+++ b/drivers/mmc/host/dw_mmc-exynos.c
@@ -204,6 +204,8 @@ static const struct dw_mci_drv_data exynos5250_drv_data = {
 };
 
 static const struct of_device_id dw_mci_exynos_match[] = {
+	{ .compatible = "samsung,exynos4412-dw-mshc",
+			.data = &exynos5250_drv_data, },
 	{ .compatible = "samsung,exynos5250-dw-mshc",
 			.data = &exynos5250_drv_data, },
 	{},
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-24 18:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-23 15:24 [PATCH] mmc: dw_mmc: Add MSHC compatible for Exynos4412 Dongjin Kim
2013-01-24  2:41 ` Jaehoon Chung
2013-01-24  3:01   ` Dongjin Kim
2013-01-24 18:20 ` [PATCH v2] " Dongjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox