Re: [U-Boot] [PATCH 3/3] config: rk3399: enable dwmmc controller

2016-08-03 Thread Simon Glass
On 1 August 2016 at 21:00, Kever Yang  wrote:
> Signed-off-by: Kever Yang 

Commit message please.

> ---
>
>  configs/evb-rk3399_defconfig| 1 +
>  include/configs/rk3399_common.h | 1 +
>  2 files changed, 2 insertions(+)

Acked-by: Simon Glass 

>
> diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig
> index 3f9b47e..18f6ae6 100644
> --- a/configs/evb-rk3399_defconfig
> +++ b/configs/evb-rk3399_defconfig
> @@ -22,6 +22,7 @@ CONFIG_FIT=y
>  CONFIG_SYSRESET=y
>  CONFIG_DM_MMC=y
>  CONFIG_ROCKCHIP_SDHCI=y
> +CONFIG_ROCKCHIP_DWMMC=y
>  CONFIG_PINCTRL=y
>  CONFIG_RAM=y
>  CONFIG_SYS_NS16550=y
> diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h
> index ca05e5c..12327d5 100644
> --- a/include/configs/rk3399_common.h
> +++ b/include/configs/rk3399_common.h
> @@ -30,6 +30,7 @@
>  /* MMC/SD IP block */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> +#define CONFIG_DWMMC
>  #define CONFIG_SDHCI
>  #define CONFIG_BOUNCE_BUFFER
>  #define CONFIG_ROCKCHIP_SDHCI_MAX_FREQ 2
> --
> 1.9.1
>
>
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 3/3] config: rk3399: enable dwmmc controller

2016-08-01 Thread Kever Yang
Signed-off-by: Kever Yang 
---

 configs/evb-rk3399_defconfig| 1 +
 include/configs/rk3399_common.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig
index 3f9b47e..18f6ae6 100644
--- a/configs/evb-rk3399_defconfig
+++ b/configs/evb-rk3399_defconfig
@@ -22,6 +22,7 @@ CONFIG_FIT=y
 CONFIG_SYSRESET=y
 CONFIG_DM_MMC=y
 CONFIG_ROCKCHIP_SDHCI=y
+CONFIG_ROCKCHIP_DWMMC=y
 CONFIG_PINCTRL=y
 CONFIG_RAM=y
 CONFIG_SYS_NS16550=y
diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h
index ca05e5c..12327d5 100644
--- a/include/configs/rk3399_common.h
+++ b/include/configs/rk3399_common.h
@@ -30,6 +30,7 @@
 /* MMC/SD IP block */
 #define CONFIG_MMC
 #define CONFIG_GENERIC_MMC
+#define CONFIG_DWMMC
 #define CONFIG_SDHCI
 #define CONFIG_BOUNCE_BUFFER
 #define CONFIG_ROCKCHIP_SDHCI_MAX_FREQ 2
-- 
1.9.1


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot