From: Ben Dooks <ben.dooks@codethink.co.uk>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 1/3] clk: add clock-indices support
Date: Thu, 13 Feb 2014 18:08:49 +0000 [thread overview]
Message-ID: <52FD0A31.5050309@codethink.co.uk> (raw)
In-Reply-To: <1392314571-30107-1-git-send-email-ben.dooks@codethink.co.uk>
On 13/02/14 19:08, Sergei Shtylyov wrote:
> Hello.
>
> On 02/13/2014 09:02 PM, Ben Dooks wrote:
>
>> Add a property called clock-indices to allow clock-output-names
>> to be used where the index used to lookup a clock is not a 1:1
>> mapping to the array position in the clock-output-names
>
>> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
>> ---
>> .../devicetree/bindings/clock/clock-bindings.txt | 17
>> +++++++++++++++++
>> drivers/clk/clk.c | 20
>> +++++++++++++++++++-
>> 2 files changed, 36 insertions(+), 1 deletion(-)
>
>> diff --git
>> a/Documentation/devicetree/bindings/clock/clock-bindings.txt
>> b/Documentation/devicetree/bindings/clock/clock-bindings.txt
>> index 7c52c29..700e7aa 100644
>> --- a/Documentation/devicetree/bindings/clock/clock-bindings.txt
>> +++ b/Documentation/devicetree/bindings/clock/clock-bindings.txt
>> @@ -44,6 +44,23 @@ For example:
>> clocks by index. The names should reflect the clock output signal
>> names for the device.
>>
>> +clock-indices: If the identifyng number for the clocks in the node
>> + is not linear from zero, then the this mapping allows
>> + the mapping of identifiers into the clock-output-names
>> + array.
>> +
>> +For example, if we have two clocks <&oscillator 1> and <&oscillator 3>:
>> +
>> + oscillator {
>> + compatible = "myclocktype";
>> + #clock-cells = <1>;
>> + clock-indices = <1>, <3>;
>> + clock-output-names = "clka", "clkb";
>> + }
>> +
>> + This ensures we do not have any empty nodes in clock-output-names
>
> You mean empty strings?
Yes, thanks. Empty strings.
--
Ben Dooks http://www.codethink.co.uk/
Senior Engineer Codethink - Providing Genius
next prev parent reply other threads:[~2014-02-13 18:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-13 18:02 [PATCH 1/3] clk: add clock-indices support Ben Dooks
2014-02-13 18:08 ` Sergei Shtylyov
2014-02-13 18:08 ` Ben Dooks [this message]
2014-02-23 21:00 ` Mike Turquette
2014-02-23 22:40 ` Laurent Pinchart
2014-02-24 0:29 ` Laurent Pinchart
2014-03-02 22:28 ` Ben Dooks
2014-03-02 22:37 ` Laurent Pinchart
2014-03-02 22:52 ` Ben Dooks
2014-03-06 19:05 ` Ben Dooks
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=52FD0A31.5050309@codethink.co.uk \
--to=ben.dooks@codethink.co.uk \
--cc=linux-sh@vger.kernel.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.