From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161956AbeCAVNg (ORCPT ); Thu, 1 Mar 2018 16:13:36 -0500 Received: from mail-oi0-f65.google.com ([209.85.218.65]:42596 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161322AbeCAVN2 (ORCPT ); Thu, 1 Mar 2018 16:13:28 -0500 X-Google-Smtp-Source: AG47ELv03MlZMaWy+Q88SJLs4aQsEQ9BC5W2mh9YnHVWMuEZZ8Q9VhyHT/GK1EMn8/hIVMhOJAlYsg== Date: Thu, 1 Mar 2018 15:13:13 -0600 From: Rob Herring To: David Lechner Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Michael Turquette , Stephen Boyd , Mark Rutland , Sekhar Nori , Kevin Hilman , Bartosz Golaszewski , Adam Ford , linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 09/42] dt-bindings: clock: New bindings for TI Davinci PSC Message-ID: <20180301211313.tahm4kjpma6jsywz@rob-hp-laptop> References: <1519071723-31790-1-git-send-email-david@lechnology.com> <1519071723-31790-10-git-send-email-david@lechnology.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1519071723-31790-10-git-send-email-david@lechnology.com> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 19, 2018 at 02:21:30PM -0600, David Lechner wrote: > This adds a new binding for the Power Sleep Controller (PSC) for the > mach-davinci family of processors. > > Note: Although TI Keystone has a very similar PSC, we are not using the > existing bindings. Keystone is using a legacy one-node-per-clock binding > (actually two nodes if you count the separate reset binding for the same > IP block). Also, some davinci LPSCs have quirks that aren't handled by > the keystone bindings, so we would be adding one compatible string per > clock with quirks instead of just a new compatible string for each > controller. > > Signed-off-by: David Lechner > --- > > v7 changes: > - Fixed clock-names property typo > - Added #power-domain-cells property > > v6 changes: > - added clocks and clock-names properties > - expanded examples > > > .../devicetree/bindings/clock/ti/davinci/psc.txt | 71 ++++++++++++++++++++++ > 1 file changed, 71 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/ti/davinci/psc.txt Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Thu, 1 Mar 2018 15:13:13 -0600 Subject: [PATCH v7 09/42] dt-bindings: clock: New bindings for TI Davinci PSC In-Reply-To: <1519071723-31790-10-git-send-email-david@lechnology.com> References: <1519071723-31790-1-git-send-email-david@lechnology.com> <1519071723-31790-10-git-send-email-david@lechnology.com> Message-ID: <20180301211313.tahm4kjpma6jsywz@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Feb 19, 2018 at 02:21:30PM -0600, David Lechner wrote: > This adds a new binding for the Power Sleep Controller (PSC) for the > mach-davinci family of processors. > > Note: Although TI Keystone has a very similar PSC, we are not using the > existing bindings. Keystone is using a legacy one-node-per-clock binding > (actually two nodes if you count the separate reset binding for the same > IP block). Also, some davinci LPSCs have quirks that aren't handled by > the keystone bindings, so we would be adding one compatible string per > clock with quirks instead of just a new compatible string for each > controller. > > Signed-off-by: David Lechner > --- > > v7 changes: > - Fixed clock-names property typo > - Added #power-domain-cells property > > v6 changes: > - added clocks and clock-names properties > - expanded examples > > > .../devicetree/bindings/clock/ti/davinci/psc.txt | 71 ++++++++++++++++++++++ > 1 file changed, 71 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/ti/davinci/psc.txt Reviewed-by: Rob Herring