Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751472AbbLCRbO (ORCPT ); Thu, 3 Dec 2015 12:31:14 -0500 Received: from exsmtp03.microchip.com ([198.175.253.49]:17875 "EHLO email.microchip.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751092AbbLCRbM (ORCPT ); Thu, 3 Dec 2015 12:31:12 -0500 Subject: Re: [PATCH 03/14] DEVICETREE: Add PIC32 clock binding documentation To: Rob Herring References: <1448065205-15762-1-git-send-email-joshua.henderson@microchip.com> <1448065205-15762-4-git-send-email-joshua.henderson@microchip.com> <20151122213110.GA16187@rob-hp-laptop> <56569A77.8010800@microchip.com> <20151130214344.GA13253@rob-hp-laptop> CC: , , Purna Chandra Mandal , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , From: Joshua Henderson Message-ID: <56607DF5.1080804@microchip.com> Date: Thu, 3 Dec 2015 10:37:57 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20151130214344.GA13253@rob-hp-laptop> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2204 Lines: 65 Rob, On 11/30/2015 02:43 PM, Rob Herring wrote: > On Wed, Nov 25, 2015 at 10:36:55PM -0700, Joshua Henderson wrote: >> Hi Rob, >> >> On 11/22/2015 2:31 PM, Rob Herring wrote: >>> On Fri, Nov 20, 2015 at 05:17:15PM -0700, Joshua Henderson wrote: >>>> From: Purna Chandra Mandal >>>> >>>> Document the devicetree bindings for the clock driver found on Microchip >>>> PIC32 class devices. >>>> >>>> Signed-off-by: Purna Chandra Mandal >>>> Signed-off-by: Joshua Henderson >>>> --- >>>> .../devicetree/bindings/clock/microchip,pic32.txt | 263 ++++++++++++++++++++ >>>> 1 file changed, 263 insertions(+) >>>> create mode 100644 Documentation/devicetree/bindings/clock/microchip,pic32.txt >>>> >>>> diff --git a/Documentation/devicetree/bindings/clock/microchip,pic32.txt b/Documentation/devicetree/bindings/clock/microchip,pic32.txt >>>> new file mode 100644 >>>> index 0000000..4cef72d >>>> --- /dev/null >>>> +++ b/Documentation/devicetree/bindings/clock/microchip,pic32.txt >>>> @@ -0,0 +1,263 @@ >>>> +Binding for a Clock hardware block found on >>>> +certain Microchip PIC32 MCU devices. >>>> + >>>> +Microchip SoC clocks-node consists of few oscillators, PLL, multiplexer >>>> +and few divider nodes. >>> >>> [...] >>> >>>> +Required properties: >>>> +- compatible : should have "microchip,pic32-clk". > > BTW, this should list out the actual compatible strings. Ack. These are also being changed to microchip,pic32mzda-* due to other feedback. > >>> There is some discussion about this upstream with "critical-clocks" >>> binding. Can you use and wait for that? >>> >> >> The way this is going, we might not have to wait. :) Is there a patch available yet to try it out? > > Yes, googling "Lee Jones critical-clocks" should find it. The change for this on our side is in the queue should the stars align on timing. [...] > > Rob > Thanks, Josh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/