Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1588730
| Path | csiph.com!1.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!news.unit0.net!news.panservice.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Rob Herring <robh@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 6/6] ARM: dts: mvebu: Move mv98dx3236 clock bindings |
| Date | Mon, 27 Feb 2017 16:20:03 +0100 |
| Message-ID | <tfvfJ-7o7-45@gated-at.bofh.it> (permalink) |
| References | <tbq4V-3Nz-7@gated-at.bofh.it> <tbq4V-3Nz-9@gated-at.bofh.it> |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=M1/ppIbby6t3EkeWan3Ik39bhOQ9wuUIWNw8HKsUx0U=; b=hmqTJx7qBcxLCXQU5eThg6y9D0B5xw+2FwTRdVCPq7LCrPDeDT9f69vBl1g3XM15xe 7cVCRYemp/iSu0On6tliVZG4eXKrq0MFlO1OwH/DmNQchql8t0U8hmyIT0qn97ZGKDst 7gE/1GEryYmg+XhBj9nDQ7FMhWW/Tl4V3EgAwCWtZpEj/jkAVYdqiRuxv+mK6Gxjo665 790Q5in4O/+twbZcLoe605mJjpwmgg1Tn6nsVkCxIfLVn0ux3QGbisCZ+PjLRZqd8SZ7 ZDL8spMa3+EenQTKdSI033/5MB7VJIy43BwpOQL8Yw7C2wpg3Qt2zJIddoJddPp37u1F Wijg== |
| X-Gm-Message-State | AMke39mCIOxEYTrFoi+5we7QXakndZuigOBLXGFvcRIYBZFG5/RqXwKGOd7EbGl9SV8txQ== |
| X-Received | by 10.157.36.161 with SMTP id z30mr9521179ota.208.1488208526610; Mon, 27 Feb 2017 07:15:26 -0800 (PST) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.6.2-neo (2016-08-21) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 24 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-arm-kernel@lists.infradead.org, Michael Turquette <mturquette@baylibre.com>, Stephen Boyd <sboyd@codeaurora.org>, Mark Rutland <mark.rutland@arm.com>, Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>, Gregory Clement <gregory.clement@free-electrons.com>, Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>, Russell King <linux@armlinux.org.uk>, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Mon, 27 Feb 2017 09:15:25 -0600 |
| X-Original-Message-ID | <20170227151525.cmtza63aw5ogszjr@rob-hp-laptop> |
| X-Original-References | <20170216085041.28337-1-chris.packham@alliedtelesis.co.nz> <20170216085041.28337-7-chris.packham@alliedtelesis.co.nz> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1588730 |
Show key headers only | View raw
On Thu, Feb 16, 2017 at 09:50:40PM +1300, Chris Packham wrote: > Previously the coreclk binding for the 98dx3236 SoC was inherited from > the armada-370/xp. This block is present in as much as it is possible to > read from the register location without causing any harm. However the > actual sampled at reset values are reflected in the DFX block. > > Moving the binding to the DFX block enables support for different clock > strapping options in hardware. > > Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> > --- > > Notes: > Changes in v2: > - New. Split out from "clk: mvebu: Expand mv98dx3236-core-clock support" > Changes in v3: > - Clarify why the old location was wrong (but worked). > > .../devicetree/bindings/clock/mvebu-core-clock.txt | 7 +++++++ > .../devicetree/bindings/clock/mvebu-gated-clock.txt | 11 +++++++++++ > arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 14 +++++++------- > 3 files changed, 25 insertions(+), 7 deletions(-) Acked-by: Rob Herring <robh@kernel.org>
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/6] Updates for Marvell Switch SoCs Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-02-16 10:00 +0100
[PATCH v3 2/6] ARM: dts: armada-xp-98dx3236: combine dfx server nodes Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-02-16 10:00 +0100
Re: [PATCH v3 2/6] ARM: dts: armada-xp-98dx3236: combine dfx server nodes Rob Herring <robh@kernel.org> - 2017-02-27 16:00 +0100
[PATCH v3 5/6] ARM: mvebu: Add driver for mv98dx3236-soc-id Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-02-16 10:00 +0100
Re: [PATCH v3 5/6] ARM: mvebu: Add driver for mv98dx3236-soc-id Arnd Bergmann <arnd@arndb.de> - 2017-02-16 14:30 +0100
Re: [PATCH v3 5/6] ARM: mvebu: Add driver for mv98dx3236-soc-id Chris Packham <Chris.Packham@alliedtelesis.co.nz> - 2017-02-17 05:30 +0100
Re: [PATCH v3 5/6] ARM: mvebu: Add driver for mv98dx3236-soc-id Arnd Bergmann <arnd@arndb.de> - 2017-02-17 17:20 +0100
Re: [PATCH v3 5/6] ARM: mvebu: Add driver for mv98dx3236-soc-id Chris Packham <Chris.Packham@alliedtelesis.co.nz> - 2017-02-21 05:20 +0100
[PATCH v3 3/6] ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236 Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-02-16 10:00 +0100
[PATCH v3 6/6] ARM: dts: mvebu: Move mv98dx3236 clock bindings Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-02-16 10:00 +0100
Re: [PATCH v3 6/6] ARM: dts: mvebu: Move mv98dx3236 clock bindings Rob Herring <robh@kernel.org> - 2017-02-27 16:20 +0100
csiph-web