From: Emil Medve <Emilian.Medve-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
To: Scott Wood <scottwood-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
Cc: Xie Shaohui-B21989
<Shaohui.Xie-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>,
"linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org"
<linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Liberman Igal-B31950
<Igal.Liberman-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
Subject: Re: [PATCH] [v2] power/fsl: add MDIO dt binding for FMan
Date: Mon, 22 Dec 2014 03:37:09 -0600 [thread overview]
Message-ID: <5497E645.7010500@Freescale.com> (raw)
In-Reply-To: <1419237176.5581.159.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Hello Scott,
On 12/22/2014 02:32 AM, Scott Wood wrote:
> On Mon, 2014-12-22 at 02:20 -0600, Emil Medve wrote:
>> Hello Shao-Hui,
>>
>>
>> On 12/21/2014 08:31 PM, Xie Shaohui-B21989 wrote:
>>>> On Fri, 2014-12-19 at 01:23 -0600, Xie Shaohui-B21989 wrote:
>>>>>> -----Original Message-----
>>>>>> From: Wood Scott-B07421
>>>>>> Sent: Friday, December 19, 2014 6:01 AM
>>>>>> To: Xie Shaohui-B21989
>>>>>> Cc: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org; devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Medve
>>>>>> Emilian- EMMEDVE1; Liberman Igal-B31950
>>>>>> Subject: Re: [PATCH] [v2] power/fsl: add MDIO dt binding for FMan
>>>>>>
>>>>>> On Thu, 2014-12-18 at 06:53 -0600, Xie Shaohui-B21989 wrote:
>>>>>>> Ping.
>>>>>>>
>>>>>>> Best Regards,
>>>>>>> Shaohui Xie
>>>>>>
>>>>>> I can't put patches in my -next until the merge window closes.
>>>>>>
>>>>>>>>>> +EXAMPLE
>>>>>>>>>> +
>>>>>>>>>> +Example for FMan v2 external MDIO:
>>>>>>>>>> +
>>>>>>>>>> +mdio@f1000 {
>>>>>>>>>> + compatible = "fsl,fman-xmdio";
>>>>>>>>>> + reg = <0xf1000 0x1000>;
>>>>>>>>>> + bus-frequency = <20000>;
>>>>>>>>>> +};
>>>>>>>>>
>>>>>>>>> So the bus frequency is only 20 KHz? Or is the unit supposed
>>>>>>>>> to be something other than Hz?
>>>>>>>> [S.H] it's only an example, it could be different on real SoCs,
>>>>>>>> but they always lower than the standard one, The standard one is
>>>>>>>> 2.5MHz, I have
>>>>>> to use Hz for it.
>>>>>>
>>>>>> Is there any SoC for which 20 kHz is the right frequency? I just
>>>>>> want to make sure the example is realistic.
>>>>> [S.H] the clock divider has a limitation that the MAX value it can get
>>>>> on Fman v2 is 255 (0xff, 8 bits), On Fman v3 is 511(0x1ff, 9 bits).
>>>>>
>>>>> So the lowest frequency on Fman v2 is: Fman_clock / (2 * 255), On Fman
>>>>> v3 is: Fman_clock / ((2 * 511) + 1).
>>>>>
>>>>> Take default Fman frequency setting from SDK1.7 as example, the lowest
>>>>> clock used for Fman v2 is 581MHz, The lowest clock for Fman v3 is 600MHz.
>>>>>
>>>>> Then the lowest bus frequency can get is:
>>>>> Fman v2: ~1140KHz
>>>>> Fman v3: ~587KHz
>>>>>
>>>>> 20KHz is not practice, we don't have a suggested value in errata document.
>>>>> For this example, should I post a new version with a value like 1200KHz?
>>>>
>>>> This is different from how you described the problem before. If the limitation
>>>> is on the divider, rather than the absolute bus frequency, then specifiy the max
>>>> divider. Or better, since according to the above this correlates with fman
>>>> version, just have the driver know what the max divider is for each fman version.
>>> [S.H] The problem is not the divider has limitation, the problem is a different bus frequency
>>> Is needed which is lower than the standard, but due to the divider limitation, the lowest
>>> bus frequency also has limitation. i.e. we need to use the divider to get a lower frequency,
>>> but how much lower the value could be is restricted by the divider limitation.
>
> This is difficult to follow -- are you saying the erratum requires a
> speed that is not achievable?
>
>> For the purpose of an example in the binding document, I suggest we just
>> stick with the IEEE standard frequency.
>
> The whole reason for this property existing in the device tree is
> non-standard frequencies.
While the standard claims 2.5 MHz, most MDIO controllers and PHY devices
support frequencies well beyond the standard. Specifying a lower then
the standard frequency for the benefit of some errata is just one side
of this property
>> We can continue this conversation about errata handling when we submit
>> the code relevant to this binding (and the FMan v3 support)
>
> It affects the binding, so let's discuss it now please.
I think this specific (unpublished yet) errata has less bearing on the
binding then you might believe. This is mostly about providing a
common/default frequency supported by all the devices on some board
Anyway, the above thread about bits and lowest frequency limitation(s)
is not really a problem/limitation. The range of frequencies (dividers)
supported by both controller versions in all the supported SoC(s) allows
responding to this (FMan v3 only) errata just fine
Cheers,
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2014-12-22 9:37 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-14 9:53 [PATCH] [v2] power/fsl: add MDIO dt binding for FMan shh.xie-Re5JQEeQqe8AvxtiuMwx3w
[not found] ` <1415958800-9867-1-git-send-email-shh.xie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-11-20 13:00 ` Shaohui Xie
2014-11-26 1:49 ` Scott Wood
[not found] ` <1416966592.15957.172.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-11-26 2:10 ` Shaohui Xie
2014-12-18 12:53 ` Shaohui Xie
[not found] ` <DM2PR0301MB08641FB289DBA17AD59FBEA0E26A0-Cwg/PA1lyPnq20u2fDgSrZwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-12-18 22:01 ` Scott Wood
[not found] ` <1418940078.5581.143.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-12-19 7:23 ` Shaohui Xie
[not found] ` <DM2PR0301MB0864AA31CD1A7438F476020FE26B0-Cwg/PA1lyPnq20u2fDgSrZwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-12-19 23:15 ` Scott Wood
2014-12-22 2:31 ` Shaohui Xie
[not found] ` <DM2PR0301MB086427C10254A0A749CD1326E2560-Cwg/PA1lyPnq20u2fDgSrZwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-12-22 8:20 ` Emil Medve
[not found] ` <5497D466.9090804-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
2014-12-22 8:32 ` Scott Wood
[not found] ` <1419237176.5581.159.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-12-22 8:56 ` Shaohui Xie
2014-12-22 9:37 ` Emil Medve [this message]
[not found] ` <5497E645.7010500-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
2014-12-22 9:42 ` Scott Wood
[not found] ` <1419241330.5581.162.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-12-22 11:08 ` Emil Medve
[not found] ` <5497FBAB.4010206-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
2014-12-22 21:25 ` Scott Wood
[not found] ` <1419283551.5581.172.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-12-23 7:35 ` Shaohui Xie
[not found] ` <DM2PR0301MB08642FFDB6207DE205731547E2570-Cwg/PA1lyPnq20u2fDgSrZwN6zqB+hSMnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2014-12-23 8:08 ` Scott Wood
[not found] ` <1419322085.5581.182.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-12-23 8:17 ` Shaohui Xie
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=5497E645.7010500@Freescale.com \
--to=emilian.medve-edlz3wwmn0ll57midrcfdg@public.gmane.org \
--cc=Igal.Liberman-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org \
--cc=Shaohui.Xie-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=scottwood-eDlz3WWmN0ll57MIdRCFDg@public.gmane.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 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).