linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: Michael Turquette <mturquette@baylibre.com>
Cc: Neil Armstrong <narmstrong@baylibre.com>,
	 linux-clk@vger.kernel.org,  sjan@baylibre.com,
	 ahaslam@baylibre.com,  abailon@baylibre.com
Subject: Re: [PATCH 4/5] dt-bindings: clock: add schrodinger clock bindings
Date: Fri, 01 Apr 2016 11:27:25 -0700	[thread overview]
Message-ID: <7hh9flnq0i.fsf@baylibre.com> (raw)
In-Reply-To: <20160401161840.23150.64514@quark.deferred.io> (Michael Turquette's message of "Fri, 01 Apr 2016 09:18:40 -0700")

Michael Turquette <mturquette@baylibre.com> writes:

> Quoting Neil Armstrong (2016-04-01 04:37:14)
>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
>> ---
>>  .../devicetree/bindings/clock/schrodinger.txt          | 18 ++++++++++++++++++
>>  1 file changed, 18 insertions(+)
>>  create mode 100644 Documentation/devicetree/bindings/clock/schrodinger.txt
>> 
>> diff --git a/Documentation/devicetree/bindings/clock/schrodinger.txt b/Documentation/devicetree/bindings/clock/schrodinger.txt
>> new file mode 100644
>> index 0000000..ecb1a51
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/clock/schrodinger.txt
>> @@ -0,0 +1,18 @@
>> +Binding for schrodinger Quantum clock sources.
>> +
>> +This binding uses the common clock binding[1].
>> +
>> +[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
>> +
>> +Required properties:
>> +- compatible : shall be "schrodinger-clock".
>> +- #clock-cells : from common clock binding; shall be set to 0.
>> +
>> +Optional properties:
>> +- clock-output-names : From common clock binding.
>> +
>> +Example:
>> +       cat {
>> +               compatible = "schrodinger-clock";
>> +               #clock-cells = <0>;
>
> I know it is out of scope for this series, but I wonder what would
> constitute a valid status property for the cat node? Should we propose
> adding "dead" and "alive" values to the status property in ePAPR?

IMO, "dead" and "alive" could probably be mapped onto "ok" and
"disabled" without too much confusion.

However, with this series, we will clearly need to add support for
status = "both".;

Kevin

  reply	other threads:[~2016-04-01 18:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01 11:37 [PATCH 0/5] Introduce Quantum Clock handling Neil Armstrong
2016-04-01 11:37 ` [PATCH 1/5] clk: Switch clk handling to signed long and introduce Quantum State Neil Armstrong
2016-04-01 16:13   ` Michael Turquette
2016-04-04  9:10   ` Geert Uytterhoeven
2016-04-01 11:37 ` [PATCH 2/5] clk: Introduce clk-schrodinger as Quantum clock implementation Neil Armstrong
2016-04-01 11:37 ` [PATCH 3/5] clk: Add build support for schrodinger clock Neil Armstrong
2016-04-01 11:37 ` [PATCH 4/5] dt-bindings: clock: add schrodinger clock bindings Neil Armstrong
2016-04-01 16:18   ` Michael Turquette
2016-04-01 18:27     ` Kevin Hilman [this message]
2016-04-01 11:37 ` [PATCH 5/5] MAINTAINERS: Add Neil Armstrong as maintainers of schrodinger clock Neil Armstrong

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=7hh9flnq0i.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=abailon@baylibre.com \
    --cc=ahaslam@baylibre.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=narmstrong@baylibre.com \
    --cc=sjan@baylibre.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).