From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752330AbcDXHXH (ORCPT ); Sun, 24 Apr 2016 03:23:07 -0400 Received: from bes.se.axis.com ([195.60.68.10]:35775 "EHLO bes.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751810AbcDXHXF convert rfc822-to-8bit (ORCPT ); Sun, 24 Apr 2016 03:23:05 -0400 From: Lars Persson To: Arnd Bergmann CC: "linux-arm-kernel@lists.infradead.org" , "arm@kernel.org" , "olof@lixom.net" , "linux@arm.linux.org.uk" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2] ARM: dts: artpec: update clock bindings in artpec6.dtsi Thread-Topic: [PATCH v2] ARM: dts: artpec: update clock bindings in artpec6.dtsi Thread-Index: AQHRfdAjSS21ZxJsDUi+vkwJMI77xJ+YU1wAgAClSLs= Date: Sun, 24 Apr 2016 07:23:01 +0000 Message-ID: References: <1457946103-13853-1-git-send-email-larper@axis.com>,<201604240131.28836.arnd@arndb.de> In-Reply-To: <201604240131.28836.arnd@arndb.de> Accept-Language: en-US Content-Language: sv-SE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > 24 apr. 2016 kl. 01:31 skrev Arnd Bergmann : > >> On Monday 14 March 2016, Lars Persson wrote: >> The clock binding for the main clock controller was changed to an >> indexed controller style binding on request of the clk >> maintainers. This updates the dtsi to use the new bindings. >> >> Signed-off-by: Lars Persson >> --- >> v2: Use numerical clock indexes to enable merge before the clock driver bindings >> are in the tree. >> >> arch/arm/boot/dts/artpec6.dtsi | 99 +++++++++--------------------------------- >> 1 file changed, 20 insertions(+), 79 deletions(-) > > I found this patch while going through stuff that had not been applied yet. > Is this still the latest version that we should apply for v4.7? > > Arnd Yes it the latest. The clock driver will hit the tree in 4.7-rc1, not until then can we use the binding header file. Thanks. - Lars