From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/8] clk: sunxi: update clock-output-names dt binding documentation
Date: Thu, 30 Jan 2014 16:43:22 +0100 [thread overview]
Message-ID: <20140130154322.GS3867@lukather> (raw)
In-Reply-To: <CAGb2v66+N9tgOO4X093WdiR4J+7Sk2TDVsMffDGo46iTezPQwA@mail.gmail.com>
Hi Chen-Yu,
On Wed, Jan 29, 2014 at 09:52:57AM +0800, Chen-Yu Tsai wrote:
> Hi Maxime,
>
> On Fri, Jan 17, 2014 at 10:55 AM, Emilio L?pez <emilio@elopez.com.ar> wrote:
> > Hi,
> >
> > El 09/01/14 05:52, Chen-Yu Tsai escribi?:
> >
> >> clock-output-names is now required for most of sunxi clock nodes, to
> >> provide the name of the corresponding clock. Add the new requirements,
> >> exceptions, as well as examples.
> >>
> >> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> >> ---
> >> Documentation/devicetree/bindings/clock/sunxi.txt | 36
> >> +++++++++++++++++++----
> >> 1 file changed, 31 insertions(+), 5 deletions(-)
> >>
> >> diff --git a/Documentation/devicetree/bindings/clock/sunxi.txt
> >> b/Documentation/devicetree/bindings/clock/sunxi.txt
> >> index 0c127cd..8a9147d 100644
> >> --- a/Documentation/devicetree/bindings/clock/sunxi.txt
> >> +++ b/Documentation/devicetree/bindings/clock/sunxi.txt
> >> @@ -44,10 +44,18 @@ Required properties for all clocks:
> >> multiplexed clocks, the list order must match the hardware
> >> programming order.
> >> - #clock-cells : from common clock binding; shall be set to 0 except for
> >> - "allwinner,*-gates-clk" where it shall be set to 1
> >> + "allwinner,*-gates-clk", "allwinner,sun4i-pll5-clk" and
> >> + "allwinner,sun4i-pll6-clk" where it shall be set to 1
> >>
> >> -Additionally, "allwinner,*-gates-clk" clocks require:
> >> -- clock-output-names : the corresponding gate names that the clock
> >> controls
> >> +Additionally, most clocks require "clock-output-names":
> >> +- "allwinner,*-gates-clk" : the corresponding gate names that the clock
> >> controls
> >> +- "allwinner,sun4i-pll5-clk" : "pll5_ddr", "pll5_mbus"
> >> +- "allwinner,sun4i-pll6-clk" : "pll6_sata", "pll6_other"
> >> +- "allwinner,sun4i-cpu-clk", "allwinner,sun4i-axi-clk",
> >> + "allwinner,sun4i-ahb-clk", "allwinner,sun4i-ahb-clk",
> >> + "allwinner,sun4i-apb1-mux-clk", "allwinner,sun4i-apb1-clk"
> >> + do not need "clock-output-names"
> >> +- all others clocks : the corresponding module name of that clock
> >
> >
> > As we discussed on IRC, I wonder if such verbosity is actually needed. Maybe
> > we should dictate that all clocks must list their corresponding outputs on
> > clock-output-names (with it being the module name if it only has one
> > output).
>
> Maxime, could we get your input on this?
I didn't get it was a question for me. But I'm fine with both. If
making clock-output-names mandatory makes our life easier, let's do
it.
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140130/f0d18584/attachment.sig>
next prev parent reply other threads:[~2014-01-30 15:43 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-09 8:52 [PATCH v3 0/8] ARM: sunxi: rename DT clock node names to clk@N Chen-Yu Tsai
2014-01-09 8:52 ` [PATCH v3 1/8] clk: sunxi: add clock-output-names dt property support Chen-Yu Tsai
2014-01-15 7:46 ` Maxime Ripard
2014-01-09 8:52 ` [PATCH v3 2/8] clk: sunxi: update clock-output-names dt binding documentation Chen-Yu Tsai
2014-01-15 8:00 ` Maxime Ripard
2014-01-17 2:55 ` Emilio López
2014-01-29 1:52 ` Chen-Yu Tsai
2014-01-30 15:43 ` Maxime Ripard [this message]
2014-01-09 8:52 ` [PATCH v3 3/8] clk: sunxi: add names for pll5, pll6 parent clocks to factors_data Chen-Yu Tsai
2014-01-15 7:44 ` Maxime Ripard
2014-01-09 8:52 ` [PATCH v3 4/8] clk: sunxi: get divs parent clock name from parent factor clock Chen-Yu Tsai
2014-01-09 8:52 ` [PATCH v3 5/8] ARM: dts: sun4i: rename clock node names to clk@N Chen-Yu Tsai
2014-01-09 8:52 ` [PATCH v3 6/8] ARM: dts: sun5i: " Chen-Yu Tsai
2014-01-09 8:52 ` [PATCH v3 7/8] ARM: dts: sun6i: " Chen-Yu Tsai
2014-01-09 8:52 ` [PATCH v3 8/8] ARM: dts: sun7i: " Chen-Yu Tsai
2014-01-17 3:06 ` [PATCH v3 0/8] ARM: sunxi: rename DT " Emilio López
2014-01-18 0:23 ` Mike Turquette
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=20140130154322.GS3867@lukather \
--to=maxime.ripard@free-electrons.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.