linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Yangbo Lu <yangbo.lu@nxp.com>
Cc: "linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>,
	Adrian Hunter <adrian.hunter@intel.com>
Subject: Re: [PATCH] mmc: sdhci-of-esdhc: use 1/2 periperhal clock for ls1088a
Date: Wed, 18 Dec 2019 15:01:27 +0100	[thread overview]
Message-ID: <CAPDyKFqX+pqTPO4Omiy0htP=uWXV+fQ_ByS82WrQ3oO5-eq2rw@mail.gmail.com> (raw)
In-Reply-To: <20191216091911.14840-1-yangbo.lu@nxp.com>

On Mon, 16 Dec 2019 at 10:20, Yangbo Lu <yangbo.lu@nxp.com> wrote:
>
> The eSDHC on LS1088A platform uses 1/2 peripheral clock as base
> clock.
>
> Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  drivers/mmc/host/sdhci-of-esdhc.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c
> index 7f87a90..f43abcf 100644
> --- a/drivers/mmc/host/sdhci-of-esdhc.c
> +++ b/drivers/mmc/host/sdhci-of-esdhc.c
> @@ -1228,7 +1228,8 @@ static void esdhc_init(struct platform_device *pdev, struct sdhci_host *host)
>                  * 1/2 peripheral clock.
>                  */
>                 if (of_device_is_compatible(np, "fsl,ls1046a-esdhc") ||
> -                   of_device_is_compatible(np, "fsl,ls1028a-esdhc"))
> +                   of_device_is_compatible(np, "fsl,ls1028a-esdhc") ||
> +                   of_device_is_compatible(np, "fsl,ls1088a-esdhc"))
>                         esdhc->peripheral_clock = clk_get_rate(clk) / 2;
>                 else
>                         esdhc->peripheral_clock = clk_get_rate(clk);
> --
> 2.7.4
>

      reply	other threads:[~2019-12-18 14:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-16  9:19 [PATCH] mmc: sdhci-of-esdhc: use 1/2 periperhal clock for ls1088a Yangbo Lu
2019-12-18 14:01 ` Ulf Hansson [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='CAPDyKFqX+pqTPO4Omiy0htP=uWXV+fQ_ByS82WrQ3oO5-eq2rw@mail.gmail.com' \
    --to=ulf.hansson@linaro.org \
    --cc=adrian.hunter@intel.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=yangbo.lu@nxp.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).