All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 3/3] odroid-c2: enable new Meson GX MMC driver in board defconfig
Date: Tue, 31 Jan 2017 12:48:27 +0900	[thread overview]
Message-ID: <e2e3a0b1-43d0-1294-7784-5fe3cab87732@samsung.com> (raw)
In-Reply-To: <68cf486f-398f-1e67-bc1f-bdd0905a6f58@gmail.com>

Hi Heiner,

On 01/28/2017 05:56 AM, Heiner Kallweit wrote:
> Enable new Meson GX MMC driver in Odroid C2 defconfig.

Conflicts this patch on latest u-boot.

Best Regards,
Jaehoon Chung

> 
> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
> ---
> v2:
> - move GXBB_PINMUX definition from patch 3 to this one
> v3:
> - remove pinmux configuration in board init and use
>   pinctrl driver instead
> ---
>  configs/odroid-c2_defconfig | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
> index 119ab07..824dd6c 100644
> --- a/configs/odroid-c2_defconfig
> +++ b/configs/odroid-c2_defconfig
> @@ -3,7 +3,9 @@ CONFIG_ARCH_MESON=y
>  CONFIG_MESON_GXBB=y
>  CONFIG_TARGET_ODROID_C2=y
>  CONFIG_IDENT_STRING=" odroid-c2"
> -# CONFIG_MMC is not set
> +CONFIG_MMC=y
> +CONFIG_DM_MMC=y
> +CONFIG_MMC_MESON_GX=y
>  CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2"
>  # CONFIG_DISPLAY_CPUINFO is not set
>  # CONFIG_DISPLAY_BOARDINFO is not set
> @@ -14,6 +16,7 @@ CONFIG_HUSH_PARSER=y
>  # CONFIG_CMD_LOADS is not set
>  # CONFIG_CMD_FPGA is not set
>  # CONFIG_CMD_SETEXPR is not set
> +CONFIG_CMD_MMC=y
>  CONFIG_OF_CONTROL=y
>  CONFIG_NET_RANDOM_ETHADDR=y
>  CONFIG_DM_ETH=y
> 

      reply	other threads:[~2017-01-31  3:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <f28d33f6-8c8a-c40e-1ae4-cc5f7e4f9511@gmail.com>
2017-01-27 20:55 ` [U-Boot] [PATCH v3 2/3] mmc: meson: add MMC driver for Meson GX (S905) Heiner Kallweit
2017-01-31 13:24   ` Jaehoon Chung
2017-02-02 19:10     ` Heiner Kallweit
     [not found]       ` <20170202193351.GB6393@excalibur.cnev.de>
2017-02-02 19:41         ` Heiner Kallweit
2017-02-02 20:21           ` Andreas Färber
2017-01-27 20:56 ` [U-Boot] [PATCH v3 3/3] odroid-c2: enable new Meson GX MMC driver in board defconfig Heiner Kallweit
2017-01-31  3:48   ` Jaehoon Chung [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e2e3a0b1-43d0-1294-7784-5fe3cab87732@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.