From patchwork Wed Oct 23 11:32:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Cooper X-Patchwork-Id: 285648 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B77452C008F for ; Wed, 23 Oct 2013 22:33:16 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VYwgV-0001ze-V1; Wed, 23 Oct 2013 11:33:08 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VYwgT-0003rV-BS; Wed, 23 Oct 2013 11:33:05 +0000 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VYwgR-0003qT-L6 for linux-arm-kernel@lists.infradead.org; Wed, 23 Oct 2013 11:33:03 +0000 Received: from pool-108-39-110-144.nrflva.fios.verizon.net ([108.39.110.144] helo=titan) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VYwg4-000FBY-3R; Wed, 23 Oct 2013 11:32:40 +0000 Received: from titan.lakedaemon.net (localhost [127.0.0.1]) by titan (Postfix) with ESMTP id F12494C51AE; Wed, 23 Oct 2013 07:32:37 -0400 (EDT) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 108.39.110.144 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19IC0MFEpQB3OJpmjZni9zJanCtocfmLmk= Date: Wed, 23 Oct 2013 07:32:37 -0400 From: Jason Cooper To: Arnd Bergmann , Olof Johansson , Kevin Hilman , arm@kernel.org Subject: [GIT PULL] ARM: mvebu: dt changes for v3.13 (last round) Message-ID: <20131023113237.GG24520@titan.lakedaemon.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131023_073303_705163_A069E512 X-CRM114-Status: GOOD ( 11.78 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.72 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Gregory CLEMENT , Andrew Lunn , Sebastian Hesselbarth , Linux ARM Kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Guys, I've held off several patches for the next window (nothing big), however, MikeT just took Ezequiel's clock divider driver for v3.13. So, to keep things in sync, I'd appreciate it if you could take this last pull request containing only the corresponding dts and binding changes for that driver. thx, Jason. The following changes since commit 1deb122c724edfd799a4d7d0b88ff14c365c9e69: ARM: Dove: fix bad properties of the si5351 clkout2 used by Cubox audio (2013-10-09 13:22:41 +0000) are available in the git repository at: git://git.infradead.org/linux-mvebu.git tags/dt-3.13-4 for you to fetch changes up to f039dfb51b36a2d7e4ac25e65ffbd03e3ac77a0c: ARM: mvebu: Add the core-divider clock to Armada 370/XP (2013-10-23 11:04:31 +0000) ---------------------------------------------------------------- mvebu dt changes for v3.13 (round 4) - mvebu - core divider clock driver dt binding and nodes ---------------------------------------------------------------- Ezequiel Garcia (3): ARM: mvebu: Add Core Divider clock device-tree binding ARM: mvebu: Add a 2 GHz fixed-clock Armada 370/XP ARM: mvebu: Add the core-divider clock to Armada 370/XP .../devicetree/bindings/clock/mvebu-corediv-clock.txt | 19 +++++++++++++++++++ arch/arm/boot/dts/armada-370-xp.dtsi | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/mvebu-corediv-clock.txt