All of lore.kernel.org
 help / color / mirror / Atom feed
From: dirk.behme@de.bosch.com (Dirk Behme)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM i.MX6: Fix ethernet PLL clocks
Date: Wed, 9 Apr 2014 09:11:34 +0200	[thread overview]
Message-ID: <5344F2A6.7080401@de.bosch.com> (raw)
In-Reply-To: <20140409065952.GD2611@dragon>

On 09.04.2014 08:59, Shawn Guo wrote:
> On Tue, Apr 08, 2014 at 01:44:06PM +0200, Dirk Behme wrote:
>> I'm no expert on this, but it seems to be able to use 100MHz or
>> 125Mhz enet clock, you additionally have to set the ENABLE_100M
>> (CCM_ANALOG_PLL_ENET[20]) or ENABLE_125M (CCM_ANALOG_PLL_ENET[19])
>> bits. Which isn't done by above change,
>
> The following two lines added by the patch should just do.
>
> 	clk[sata_ref_100m] = imx_clk_gate("sata_ref_100m", "sata_ref", base + 0xe0, 20);
> 	clk[pcie_ref_125m] = imx_clk_gate("pcie_ref_125m", "pcie_ref", base + 0xe0, 19);

Many thanks, we'll test that :)

It seems that it's unsure at the moment if ENABLE_100M 
(CCM_ANALOG_PLL_ENET[20]) or ENABLE_125M (CCM_ANALOG_PLL_ENET[19]) are 
really needed, though ...

Many thanks and best regards

Dirk

  reply	other threads:[~2014-04-09  7:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-22  9:59 [PATCH] i.MX6 clock Sascha Hauer
2012-11-22  9:59 ` [PATCH 1/3] ARM i.MX6: rename PLLs according to datasheet Sascha Hauer
2012-11-22  9:59 ` [PATCH 2/3] ARM i.MX6: Fix ethernet PLL clocks Sascha Hauer
2012-11-22 11:32   ` Shawn Guo
2012-11-22 12:35     ` Sascha Hauer
2014-04-08 11:44       ` Dirk Behme
2014-04-09  6:59         ` Shawn Guo
2014-04-09  7:11           ` Dirk Behme [this message]
2012-11-22  9:59 ` [PATCH 3/3] ARM i.MX6: remove gate_mask from pllv3 Sascha Hauer

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=5344F2A6.7080401@de.bosch.com \
    --to=dirk.behme@de.bosch.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.