summaryrefslogtreecommitdiff
path: root/patches.tizen/0443-ARM-tizen_defconfig-enable-the-exynos-dw-mmc.patch
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2014-03-20 15:29:15 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2014-03-20 15:29:15 +0900
commitb3a6e2c5448b7d340ff6bea9e99f79989453b1f7 (patch)
tree03f7e2c45fa76d6f65f46ba1de2b2541ebe3dc7b /patches.tizen/0443-ARM-tizen_defconfig-enable-the-exynos-dw-mmc.patch
parent9157e421d4c229d2b45e00b4e36ede3606033ad3 (diff)
downloadlinux-3.10-devel/v3.10-ltsi.tar.gz
linux-3.10-devel/v3.10-ltsi.tar.bz2
linux-3.10-devel/v3.10-ltsi.zip
add Tizen ARM reference patchesdevel/v3.10-ltsi
- Imported 20140319.065243: author Jonghwa Lee <jonghwa3.lee@samsung.com> Wed, 19 Mar 2014 00:55:10 +0900 (00:55 +0900) committer Jonghwa Lee <jonghwa3.lee@samsung.com> Wed, 19 Mar 2014 01:13:40 +0900 (01:13 +0900) commit 7464f7e4fed02c10aa619746890bdd96b1b43fc3 Based on Linux 3.10.19 LTS. Change-Id: I17572de4952319a6815c18379bdbe35b1db0a88c Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'patches.tizen/0443-ARM-tizen_defconfig-enable-the-exynos-dw-mmc.patch')
-rw-r--r--patches.tizen/0443-ARM-tizen_defconfig-enable-the-exynos-dw-mmc.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/patches.tizen/0443-ARM-tizen_defconfig-enable-the-exynos-dw-mmc.patch b/patches.tizen/0443-ARM-tizen_defconfig-enable-the-exynos-dw-mmc.patch
new file mode 100644
index 00000000000..a0f4b573cb9
--- /dev/null
+++ b/patches.tizen/0443-ARM-tizen_defconfig-enable-the-exynos-dw-mmc.patch
@@ -0,0 +1,29 @@
+From 4137c290f462f96daf1ad52a9dc61b7a6322c68e Mon Sep 17 00:00:00 2001
+From: Jaehoon Chung <jh80.chung@samsung.com>
+Date: Wed, 24 Jul 2013 14:47:31 +0900
+Subject: [PATCH 0443/1302] ARM: tizen_defconfig: enable the exynos dw-mmc
+
+For using dw_mmc-exynos, updated the tizen_defconfig
+
+Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
+Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
+---
+ arch/arm/configs/tizen_defconfig | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig
+index 8a54a1b..0b55856 100644
+--- a/arch/arm/configs/tizen_defconfig
++++ b/arch/arm/configs/tizen_defconfig
+@@ -2479,7 +2479,7 @@ CONFIG_MMC_SDHCI_S3C=y
+ CONFIG_MMC_DW=y
+ CONFIG_MMC_DW_IDMAC=y
+ CONFIG_MMC_DW_PLTFM=y
+-# CONFIG_MMC_DW_EXYNOS is not set
++CONFIG_MMC_DW_EXYNOS=y
+ # CONFIG_MMC_VUB300 is not set
+ # CONFIG_MMC_USHC is not set
+ # CONFIG_MEMSTICK is not set
+--
+1.8.3.2
+